Hierarchy

Properties

balanceUpdates: readonly BalanceUpdate[]
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: {
    balance_updates?: readonly ({ readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 8 more ...; readonly bond_id?: { ...; } | ... 1 more ... | undefined; })[];
    consumed_milligas?: string;
    errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[];
    paid_storage_size_diff?: string;
    status: OperationResultStatusEnum;
    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 balance_updates?: readonly ({ readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 8 more ...; readonly bond_id?: { ...; } | ... 1 more ... | undefined; })[]
  • Optional Readonly consumed_milligas?: string
  • Optional Readonly errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[]
  • Optional Readonly paid_storage_size_diff?: string
  • Readonly status: OperationResultStatusEnum
  • 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.

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