Corresponds to RPC schema:

{ // Baking_bonuses
"kind": "minted",
"category": "baking bonuses",
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }
|| { // Baking_rewards
"kind": "minted",
"category": "baking rewards",
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }
|| { // Bootstrap
"kind": "minted",
"category": "bootstrap",
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }
|| { // Initial_commitments
"kind": "minted",
"category": "commitment",
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }
|| { // Double_signing_evidence_rewards
"kind": "minted",
"category": "double signing evidence rewards",
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }
|| { // Endorsing_rewards
"kind": "minted",
"category": "endorsing rewards",
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }
|| { // Invoice
"kind": "minted",
"category": "invoice",
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }
|| { // Minted
"kind": "minted",
"category": "minted",
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }
|| { // Nonce_revelation_rewards
"kind": "minted",
"category": "nonce revelation rewards",
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }
|| { // Liquidity_baking_subsidies
"kind": "minted",
"category": "subsidy",
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }
|| { // Tx_rollup_rejection_rewards
"kind": "minted",
"category": "tx_rollup_rejection_rewards",
"change": $int64,
"origin": "block" || "migration" || "subsidy" || "simulation" }

Hierarchy

Properties

bondRollup: null

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

Usable for narrowing the type of this object from BalanceUpdate.

change: BigNumber

Actual balance change.

committer: null

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

contractAddress: null

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

cycle: null

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

delegateAddress: null

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

kind: Minted

Usable for narrowing the type of this object from BalanceUpdate.

origin: null | BalanceUpdateOrigin

This property was added in protocol 9 Florence. It is null for older protocols.

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.

rpcData: {
    bond_id?: ({ readonly smart_rollup?: undefined; readonly tx_rollup: string; }) | ({ readonly smart_rollup: string; readonly tx_rollup?: undefined; });
    category?: METADATA_BALANCE_UPDATES_CATEGORY;
    change: string;
    committer?: string;
    contract?: string;
    cycle?: number;
    delegate?: string;
    kind: MetadataBalanceUpdatesKindEnum;
    origin?: MetadataBalanceUpdatesOriginEnum;
    participation?: boolean;
    revelation?: boolean;
}

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

Type declaration

  • Optional Readonly bond_id?: ({ readonly smart_rollup?: undefined; readonly tx_rollup: string; }) | ({ readonly smart_rollup: string; readonly tx_rollup?: undefined; })
  • Optional Readonly category?: METADATA_BALANCE_UPDATES_CATEGORY
  • Readonly change: string
  • Optional Readonly committer?: string
  • Optional Readonly contract?: string
  • Optional Readonly cycle?: number
  • Optional Readonly delegate?: string
  • Readonly kind: MetadataBalanceUpdatesKindEnum
  • Optional Readonly origin?: MetadataBalanceUpdatesOriginEnum
  • Optional Readonly participation?: boolean
  • Optional Readonly revelation?: boolean
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