Handles all Security Token Document related functionality
Namespace‹SecurityToken›
↳ Documents
context
parent
get
set
Protected
• context: Context
Inherited from void
Defined in src/api/entities/Namespace.ts:11arrow-up-right
• parent: SecurityToken
Defined in src/api/entities/Namespace.ts:9arrow-up-right
▸ get(paginationOpts?: PaginationOptions): Promise‹ResultSet‹TokenDocument››
paginationOpts?
Defined in src/api/entities/SecurityToken/Documents.ts:36arrow-up-right
Retrieve all documents linked to the Security Token
note supports pagination
note
Parameters:
Name
Type
PaginationOptions
Returns: Promise‹ResultSet‹TokenDocument››
▸ set(args: SetTokenDocumentsParams): Promise‹TransactionQueue‹SecurityToken››
args
Defined in src/api/entities/SecurityToken/Documents.ts:23arrow-up-right
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
SetTokenDocumentsParams
Returns: Promise‹TransactionQueue‹SecurityToken››
Last updated 5 years ago
Was this helpful?