Handles all Security Token Document related functionality
Namespace‹SecurityToken›
↳ Documents
context
parent
set
get
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
• set: ProcedureMethod‹SetTokenDocumentsParams, SecurityToken›
Defined in src/api/entities/SecurityToken/Documents.ts:38arrow-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
param new list of documents
param
note required role:
note
Security Token Owner
▸ get(paginationOpts?: PaginationOptions): Promise‹ResultSet‹TokenDocument››
paginationOpts?
Defined in src/api/entities/SecurityToken/Documents.ts:45arrow-up-right
Retrieve all documents linked to the Security Token
note supports pagination
Parameters:
Name
Type
PaginationOptions
Returns: Promise‹ResultSet‹TokenDocument››
Last updated 4 years ago
Was this helpful?