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