Authorizations
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Authorization related functionality
▪ Parent:
Namespace‹Parent›
↳ Authorizations
↳
Protected
contextInherited from void
Protected
parent• parent: Parent
Inherited from void
Retrieve a single Authorization Request targeting this Signer by its ID
throws
if there is no Authorization Request with the passed ID targeting this Signer
Parameters:
▪ args: object
id
BigNumber
Fetch all pending Authorization Requests for which this Signer is the target
Parameters:
opts?
undefined | object
• context:
Defined in
Defined in
▸ getOne(args
: object): Promise‹›
Defined in
Returns: Promise‹›
▸ getReceived(opts?
: undefined | object): Promise‹[]›
Defined in
Returns: Promise‹[]›