Skip to content

ArchivedBlocksRange

Defined in: packages/canisters/src/declarations/ledger-icp/ledger.d.ts:84

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: 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.