api_entities_Asset_Checkpoints.Checkpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / Checkpoints
.Checkpoints
Handles all Asset Checkpoints related functionality
Namespace
<>
↳ Checkpoints
Defined in
Create a snapshot of Asset Holders and their respective balances at this moment
Parameters
opts?
Returns
Defined in
Retrieve all Checkpoints created on this Asset, together with their corresponding creation Date and Total Supply
note
supports pagination
Parameters
paginationOpts?
Returns
Defined in
Retrieve a single Checkpoint for this Asset by its ID
throws
if there is no Checkpoint with the passed ID
Parameters
args
Object
args.id
BigNumber
Returns
Defined in
• schedules:
▸ create(opts?
): Promise
<TransactionQueue
<, , unknown
[][]>>
note
this method is of type , which means you can call on it to see whether the signing Account and Identity have the required roles and permissions to run it
Promise
<TransactionQueue
<, , unknown
[][]>>
▸ get(paginationOpts?
): Promise
<<>>
Promise
<<>>
▸ getOne(args
): Promise
<>
Promise
<>