ArchivedBlocksRange
Defined in: packages/canisters/src/declarations/ledger-icp/ledger.d.ts:84
Properties
Section titled “Properties”callback
Section titled “callback”callback: [
Principal,string]
Defined in: packages/canisters/src/declarations/ledger-icp/ledger.d.ts:90
The function that should be called to fetch the archived blocks. The range of the blocks accessible using this function is given by [from] and [len] fields above.
length
Section titled “length”length:
bigint
Defined in: packages/canisters/src/declarations/ledger-icp/ledger.d.ts:98
The number of blocks that can be fetch using the callback.
start:
bigint
Defined in: packages/canisters/src/declarations/ledger-icp/ledger.d.ts:94
The index of the first archived block that can be fetched using the callback.