Hierarchy

Properties

allocatedDestinationContract: boolean

It can be true only if the transaction goes to a contract (KT1 address).

balanceUpdates: readonly BalanceUpdate[]
bigMapDiffs: readonly LazyBigMapDiff[]

Exists (contains items) if the transaction goes to a contract (KT1 address).

consumedGas: null | BigNumber

If not null then it is an integer greater than or equal to 0.

consumedMilligas: null | BigNumber

If not null then it is an integer greater than or equal to 0.

paidStorageSizeDiff: null | BigNumber
rpcData: {
    allocated_destination_contract?: boolean;
    balance_updates?: readonly ({ readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 8 more ...; readonly bond_id?: { ...; } | ... 1 more ... | undefined; })[];
    big_map_diff?: readonly ({ readonly key_hash?: string | undefined; readonly key?: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { readonly prim: string; readonly args?: readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 ...)[];
    consumed_gas?: string;
    consumed_milligas?: string;
    errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[];
    lazy_storage_diff?: readonly (({ readonly kind: "big_map"; readonly id: string; readonly diff: { readonly action: DiffActionEnum; readonly updates?: readonly { readonly key_hash: string; readonly key: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { ...; } | readonly ({ ...; } |...) | ({ readonly kind: "sapling_state"; readonly id: string; readonly diff: { readonly action: DiffActionEnum; readonly updates?: { readonly commitments_and_ciphertexts: readonly (readonly [string, { readonly cv: string; ... 4 more ...; readonly nonce_out: string; }])[]; readonly nullifiers: readonly string[]; } | undefin...))[];
    originated_contracts?: readonly string[];
    paid_storage_size_diff?: string;
    status: OperationResultStatusEnum;
    storage?: ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; }) | ({ readonly prim: string; readonly args?: readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | ... | readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | ... | readonly ({ ...) | readonly (({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; }) | ({ readonly prim: string; readonly args?: readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | ... | readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | ... | readonly ({ ...) | (readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { readonly prim: string; readonly args?: readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | ... | readonly ({ ...; }...))[];
    storage_size?: string;
    ticket_hash?: string;
    ticket_receipt?: readonly ({ readonly ticket_token: { readonly ticketer: string; readonly content_type: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { readonly prim: string; readonly args?: readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 more ... | readonl...)[];
    ticket_updates?: readonly ({ readonly ticket_token: { readonly ticketer: string; readonly content_type: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { readonly prim: string; readonly args?: readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 more ... | readonl...)[];
}

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

Type declaration

  • Optional Readonly allocated_destination_contract?: boolean
  • Optional Readonly balance_updates?: readonly ({ readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 8 more ...; readonly bond_id?: { ...; } | ... 1 more ... | undefined; })[]
  • Optional Readonly big_map_diff?: readonly ({ readonly key_hash?: string | undefined; readonly key?: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { readonly prim: string; readonly args?: readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 ...)[]
  • Optional Readonly consumed_gas?: string
  • Optional Readonly consumed_milligas?: string
  • Optional Readonly errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[]
  • Optional Readonly lazy_storage_diff?: readonly (({ readonly kind: "big_map"; readonly id: string; readonly diff: { readonly action: DiffActionEnum; readonly updates?: readonly { readonly key_hash: string; readonly key: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { ...; } | readonly ({ ...; } |...) | ({ readonly kind: "sapling_state"; readonly id: string; readonly diff: { readonly action: DiffActionEnum; readonly updates?: { readonly commitments_and_ciphertexts: readonly (readonly [string, { readonly cv: string; ... 4 more ...; readonly nonce_out: string; }])[]; readonly nullifiers: readonly string[]; } | undefin...))[]
  • Optional Readonly originated_contracts?: readonly string[]
  • Optional Readonly paid_storage_size_diff?: string
  • Readonly status: OperationResultStatusEnum
  • Optional Readonly storage?: ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; }) | ({ readonly prim: string; readonly args?: readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | ... | readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | ... | readonly ({ ...) | readonly (({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; }) | ({ readonly prim: string; readonly args?: readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | ... | readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | ... | readonly ({ ...) | (readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { readonly prim: string; readonly args?: readonly ({ readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | ... | readonly ({ ...; }...))[]
  • Optional Readonly storage_size?: string
  • Optional Readonly ticket_hash?: string
  • Optional Readonly ticket_receipt?: readonly ({ readonly ticket_token: { readonly ticketer: string; readonly content_type: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { readonly prim: string; readonly args?: readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 more ... | readonl...)[]
  • Optional Readonly ticket_updates?: readonly ({ readonly ticket_token: { readonly ticketer: string; readonly content_type: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { readonly prim: string; readonly args?: readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 more ... | readonl...)[]
status: Applied

Usable for narrowing the type of this object from respective operation result union.

storageChange: null | LazyStorageChange

Exists if the transaction goes to a contract (KT1 address).

storageSize: null | BigNumber

Exists if the transaction goes to a contract (KT1 address).

ticketHash: null | string

Exists if the transaction goes to a rollup txr1 address.

ticketReceipts: readonly TicketUpdate[]
ticketUpdates: readonly TicketUpdate[]
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