Authorizations
Handles all Authorization related functionality
Type parameters
▪ Parent: Signer
Hierarchy
Index
Properties
Methods
Properties
Protected context
Protected context• context: Context
Inherited from void
Defined in src/api/entities/Namespace.ts:11
Protected parent
Protected parent• parent: Parent
Inherited from void
Defined in src/api/entities/Namespace.ts:9
Methods
getReceived
▸ getReceived(opts?: undefined | object): Promise‹AuthorizationRequest[]›
Defined in src/api/entities/common/namespaces/Authorizations.ts:28
Fetch all pending authorization requests for which this identity is the target
Parameters:
Name
Type
opts?
undefined | object
Returns: Promise‹AuthorizationRequest[]›
Last updated
Was this helpful?