Interface TxRollupDispatchTicketsOperation

Hierarchy

Properties

balanceUpdates: readonly BalanceUpdate[]
contextHash: string
counter: BigNumber

It is an integer greater than or equal to 0.

fee: BigNumber

It is mutez - greater than or equal to 0.

gasLimit: BigNumber

It is an integer greater than or equal to 0.

internalOperations: readonly InternalOperation[]
isInternal: false

Usable for narrowing the type of this object from the union with internal operations.

level: number

Block level greater than or equal to 0.

messageIndex: number
messageResultPath: readonly string[]
result: AppliedTxRollupDispatchTicketsResult | BacktrackedOperationResult<{
    balance_updates?: readonly ({ readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 8 more ...; readonly bond_id?: { ...; } | ... 1 more ... | undefined; })[];
    consumed_gas?: string;
    consumed_milligas?: string;
    errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[];
    paid_storage_size_diff?: string;
    status: OperationResultStatusEnum;
}> | FailedOperationResult<{
    balance_updates?: readonly ({ readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 8 more ...; readonly bond_id?: { ...; } | ... 1 more ... | undefined; })[];
    consumed_gas?: string;
    consumed_milligas?: string;
    errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[];
    paid_storage_size_diff?: string;
    status: OperationResultStatusEnum;
}> | SkippedOperationResult<{
    balance_updates?: readonly ({ readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 8 more ...; readonly bond_id?: { ...; } | ... 1 more ... | undefined; })[];
    consumed_gas?: string;
    consumed_milligas?: string;
    errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[];
    paid_storage_size_diff?: string;
    status: OperationResultStatusEnum;
}>
rollupAddress: string

Rollup txr1 address.

rpcData: {
    context_hash: string;
    counter: string;
    fee: string;
    gas_limit: string;
    kind: TX_ROLLUP_DISPATCH_TICKETS;
    level: number;
    message_index: number;
    message_result_path: readonly string[];
    metadata: { readonly balance_updates?: readonly { readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 7 more ...; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; }[] | undefined; readonly operation_result: { ...; }; readonly internal_operation_r...;
    source: string;
    storage_limit: string;
    tickets_info: readonly ({ readonly contents: { 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; } | ... | readonl...)[];
    tx_rollup: string;
}

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

Type declaration

  • Readonly context_hash: string
  • Readonly counter: string
  • Readonly fee: string
  • Readonly gas_limit: string
  • Readonly kind: TX_ROLLUP_DISPATCH_TICKETS
  • Readonly level: number
  • Readonly message_index: number
  • Readonly message_result_path: readonly string[]
  • Readonly metadata: { readonly balance_updates?: readonly { readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 7 more ...; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; }[] | undefined; readonly operation_result: { ...; }; readonly internal_operation_r...
  • Readonly source: string
  • Readonly storage_limit: string
  • Readonly tickets_info: readonly ({ readonly contents: { 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; } | ... | readonl...)[]
  • Readonly tx_rollup: string
sourceAddress: string
storageLimit: BigNumber

It is an integer greater than or equal to 0.

ticketsInfo: readonly TxRollupTicketInfo[]
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