BaseCheckpoint

Internal representation of a Checkpoint

Hierarchy

  • BaseCheckpoint

Index

Properties

Properties

createdAt

createdAt: Date

Defined in src/PolymathBase.ts:271

date at which the Checkpoint was created

index

index: number

Defined in src/PolymathBase.ts:259

index of the Checkpoint

tokenholderBalances

tokenholderBalances: TokenholderBalance[]

Defined in src/PolymathBase.ts:267

tokenholder balances at the Checkpoint

totalSupply

totalSupply: BigNumber

Defined in src/PolymathBase.ts:263

total supply of the Security Token at the Checkpoint

Last updated