Checkpoints

Handles all Security Token Checkpoints related functionality

Hierarchy

Index

Properties

Methods

Properties

Protected context

context: Context

Inherited from void

Defined in src/api/entities/Namespace.ts:11

Protected parent

parent: SecurityToken

Inherited from void

Defined in src/api/entities/Namespace.ts:9

schedules

schedules: Schedules

Defined in src/api/entities/SecurityToken/Checkpoints/index.ts:22

Methods

create

create(args: void): Promise‹TransactionQueueCheckpoint››

Defined in src/api/entities/SecurityToken/Checkpoints/index.ts:49

Create a snapshot of Security Token holders and their respective balances at this moment

note required role:

  • Security Token Owner

note this method is of type ProcedureMethod, which means you can call create.checkAuthorization on it to see whether the Current Account has the required permissions to run it

Parameters:

Name

Type

args

void

Returns: Promise‹TransactionQueueCheckpoint››

get

get(paginationOpts?: PaginationOptions): Promise‹ResultSetCheckpointWithData››

Defined in src/api/entities/SecurityToken/Checkpoints/index.ts:58

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‹ResultSetCheckpointWithData››

Last updated