Corresponds to RPC schema:

{ // Frozen_bonds
"kind": "freezer",
"category": "bonds",
"contract": $contract_id,
"bond_id": $bond_id,
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }

Oxford protocol adds delayed origin for all category values:

|| { ...
"origin": "delayed_operation",
"delayed_operation_hash": $Operation_hash }

Tezos Protocol

Jakarta

Hierarchy

  • BaseBalanceUpdate
    • BalanceUpdateFreezerBonds

Properties

bondRollupAddress: string

Smart rollup sr1 address.

category: Bonds

Usable for narrowing the type of this object from BalanceUpdate.

change: BigNumber

The actual balance change.

committer: null

Always null for this type so that the property is directly available on BalanceUpdate union.

contractAddress: string

Any Tezos address, not just KT1 contract address.

cycle: null

Always null for this type so that the property is directly available on BalanceUpdate union.

delayedOperationHash: null | string

It has a value only if origin is DelayedOperation

delegateAddress: null

Always null for this type so that the property is directly available on BalanceUpdate union.

delegatorContractAddress: null

Always null for this type so that the property is directly available on BalanceUpdate union.

kind: Freezer

Usable for narrowing the type of this object from BalanceUpdate.

Usable for narrowing the type of this object from BalanceUpdate.

participation: null

Always null for this type so that the property is directly available on BalanceUpdate union.

revelation: null

Always null for this type so that the property is directly available on BalanceUpdate union.

Raw data as received from Tezos Node RPC. Taquito interface may not be exact.

staker: null

Always null for this type so that the property is directly available on BalanceUpdate union.

uid: string

Universal ID of the entity on the blockchain. It is still human-readable.

Example

Block hash / operation group hash / operation index [ operation kind ]

BLvgirK7K43H5tv8f73cxBaLwcU7euFNwmfr2td2sWKpKXQXxaM/opLpKECfrpuF79YLfSYABvxb8Df8Fh71n3Q8Azy1m8vWU8Czfcn/4[transaction]

Generated using TypeDoc