Polymesh SDK API Reference
beta
beta
  • Globals
  • Classes
    • Account
    • AccountManagement
    • Asset
    • AssetHolders
    • AssetPermissions
    • Assets
    • AuthorizationRequest
    • Authorizations
    • Checkpoint
    • CheckpointSchedule
    • Checkpoints
    • Claims
    • Compliance
    • CorporateAction
    • CorporateActionBase
    • CorporateActions
    • Count
    • CustomPermissionGroup
    • DefaultPortfolio
    • DefaultTrustedClaimIssuer
    • Distributions
    • DividendDistribution
    • Documents
    • Entity
    • Identities
    • Identity
    • IdentityAuthorizations
    • Instruction
    • Issuance
    • KnownPermissionGroup
    • Network
    • NumberedPortfolio
    • Offering
    • Offerings
    • Percentage
    • PermissionGroup
    • Permissions
    • Polymesh
    • PolymeshError
    • PolymeshTransaction
    • PolymeshTransactionBase
    • PolymeshTransactionBatch
    • Portfolio
    • Portfolios
    • Requirements
    • Schedules
    • Settlements
    • Subsidy
    • TickerReservation
    • TransactionQueue
    • TransferRestrictionBase
    • TransferRestrictions
    • TrustedClaimIssuers
    • Venue
  • Enums
  • Interfaces
Powered by GitBook
On this page
  • Hierarchy
  • Index
  • Properties
  • Methods
  • Properties
  • Protected context
  • Protected parent
  • schedules
  • Methods
  • create
  • get
  • getOne

Was this helpful?

  1. Classes

Checkpoints

PreviousCheckpointScheduleNextClaims

Last updated 2 years ago

Was this helpful?

Handles all Asset Checkpoints related functionality

Hierarchy

  • Namespace‹›

    ↳ Checkpoints

Index

Properties

Methods

Properties

Protected context

• context: Context

Inherited from void


Protected parent

Inherited from void


schedules

Methods

create

Create a snapshot of Asset Holders and their respective balances at this moment

Parameters:

Name
Type

opts?


get

Retrieve all Checkpoints created on this Asset, together with their corresponding creation Date and Total Supply

note supports pagination

Parameters:

Name
Type

paginationOpts?


getOne

Retrieve a single Checkpoint for this Asset by its ID

throws if there is no Checkpoint with the passed ID

Parameters:

▪ args: object

Name
Type

id

BigNumber

Defined in

• parent:

Defined in

• schedules:

Defined in

▸ create(opts?: ): Promise‹‹››

Defined in

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

Returns: Promise‹‹››

▸ get(paginationOpts?: ): Promise‹‹››

Defined in

Returns: Promise‹‹››

▸ getOne(args: object): Promise‹›

Defined in

Returns: Promise‹›

src/api/entities/Namespace.ts:11
Asset
src/api/entities/Namespace.ts:9
Schedules
src/api/entities/Asset/Checkpoints/index.ts:29
ProcedureOpts
TransactionQueue
Checkpoint
src/api/entities/Asset/Checkpoints/index.ts:53
NoArgsProcedureMethod
create.checkAuthorization
TransactionQueue
Checkpoint
PaginationOptions
ResultSet
CheckpointWithData
src/api/entities/Asset/Checkpoints/index.ts:87
ResultSet
CheckpointWithData
Checkpoint
src/api/entities/Asset/Checkpoints/index.ts:62
Checkpoint
Asset
context
parent
schedules
create
get
getOne
ProcedureOpts
PaginationOptions