Skip to content

LedgerStateDelta

LedgerStateDelta = object

Defined in: packages/algod_client/src/models/ledger-state-delta.ts:627

Describes the delta between a given round to the previous round.

accounts: LedgerAccountDeltas

Defined in: packages/algod_client/src/models/ledger-state-delta.ts:631

Modified new accounts.


block: Block

Defined in: packages/algod_client/src/models/ledger-state-delta.ts:635

Block header.


optional creatables: Map<number, LedgerModifiedCreatable>

Defined in: packages/algod_client/src/models/ledger-state-delta.ts:661

New creatables creator lookup table.


optional kvMods: Map<Uint8Array, LedgerKvValueDelta>

Defined in: packages/algod_client/src/models/ledger-state-delta.ts:653

Modified kv pairs.


prevTimestamp: bigint

Defined in: packages/algod_client/src/models/ledger-state-delta.ts:645

Previous block timestamp


stateProofNext: bigint

Defined in: packages/algod_client/src/models/ledger-state-delta.ts:641

Represents modification on StateProofNextRound field in the block header. If the block contains a valid state proof transaction, this field will contain the next round for state proof. otherwise it will be set to 0.


totals: LedgerAccountTotals

Defined in: packages/algod_client/src/models/ledger-state-delta.ts:649

The account totals reflecting the changes in this StateDelta object.


optional txIds: Map<Uint8Array, LedgerIncludedTransactions>

Defined in: packages/algod_client/src/models/ledger-state-delta.ts:657

New Txids for the txtail and TxnCounter, mapped to txn.LastValid.