api_entities_common_namespaces_Authorizations.Authorizations
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / Authorizations
.Authorizations
Handles all Authorization related functionality
Parent
Namespace
<Parent
>
↳ Authorizations
↳↳
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
args.id
BigNumber
Returns
Defined in
Fetch all pending Authorization Requests for which this Signer is the target
Parameters
opts?
Object
-
opts.includeExpired?
boolean
whether to include expired authorizations. Defaults to true
opts.type?
fetch only authorizations of this type. Fetches all types if not passed
Returns
Defined in
extends
▸ getOne(args
): Promise
<>
Promise
<>
▸ getReceived(opts?
): Promise
<[]>
Promise
<[]>