Documents
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Security Token Document related functionality
Namespace‹›
↳ Documents
Protected
contextInherited from void
Protected
parentInherited from void
Retrieve all documents linked to the Security Token
note
supports pagination
Parameters:
paginationOpts?
Assign a new list of documents to the Security Token by replacing the existing list of documents with the one passed in the parameters
This requires two transactions
Parameters:
args
opts?
• context:
Defined in
• parent:
Defined in
▸ get(paginationOpts?
: ): Promise‹‹››
Defined in
Returns: Promise‹‹››
▸ set(args
: , opts?
: ): Promise‹‹››
Defined in
note
this method is of type , which means you can call set.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹››