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.
Properties
Section titled “Properties”accounts
Section titled “accounts”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.
creatables?
Section titled “creatables?”
optionalcreatables:Map<number,LedgerModifiedCreatable>
Defined in: packages/algod_client/src/models/ledger-state-delta.ts:661
New creatables creator lookup table.
kvMods?
Section titled “kvMods?”
optionalkvMods:Map<Uint8Array,LedgerKvValueDelta>
Defined in: packages/algod_client/src/models/ledger-state-delta.ts:653
Modified kv pairs.
prevTimestamp
Section titled “prevTimestamp”prevTimestamp:
bigint
Defined in: packages/algod_client/src/models/ledger-state-delta.ts:645
Previous block timestamp
stateProofNext
Section titled “stateProofNext”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
Section titled “totals”totals:
LedgerAccountTotals
Defined in: packages/algod_client/src/models/ledger-state-delta.ts:649
The account totals reflecting the changes in this StateDelta object.
txIds?
Section titled “txIds?”
optionaltxIds: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.