Checkpoints
Last updated
Was this helpful?
Handles all Security Token Checkpoints related functionality
Namespace‹SecurityToken›
↳ Checkpoints
Protected context• context: Context
Inherited from void
Defined in src/api/entities/Namespace.ts:11
• create: ProcedureMethod‹void, Checkpoint›
Defined in src/api/entities/SecurityToken/Checkpoints/index.ts:46
Create a snapshot of Security Token holders and their respective balances at this moment
note required role:
Security Token Owner
Protected parent• parent: SecurityToken
Inherited from void
Defined in src/api/entities/Namespace.ts:9
• schedules: Schedules
Defined in src/api/entities/SecurityToken/Checkpoints/index.ts:22
▸ get(paginationOpts?: PaginationOptions): Promise‹ResultSet‹CheckpointWithData››
Defined in src/api/entities/SecurityToken/Checkpoints/index.ts:53
Retrieve all Checkpoints created on this Security Token, together with their corresponding creation Date and Total Supply
note supports pagination
Parameters:
Name
Type
paginationOpts?
Returns: Promise‹ResultSet‹CheckpointWithData››
Last updated
Was this helpful?
Was this helpful?