Internal representation of a Checkpoint
BaseCheckpoint
createdAt
index
tokenholderBalances
totalSupply
• createdAt: Date
Defined in src/PolymathBase.ts:271arrow-up-right
date at which the Checkpoint was created
• index: number
Defined in src/PolymathBase.ts:259arrow-up-right
index of the Checkpoint
• tokenholderBalances: TokenholderBalance[]
Defined in src/PolymathBase.ts:267arrow-up-right
tokenholder balances at the Checkpoint
• totalSupply: BigNumber
Defined in src/PolymathBase.ts:263arrow-up-right
total supply of the Security Token at the Checkpoint
Last updated 5 years ago
Was this helpful?