Interface SmartRollupExecuteOutboxMessageOperationExperimental

It is used to enact a transaction from a smart rollup to a smart contract, as authorized by a cemented commitment. The targeted smart contract can determine if it is called by a smart rollup using the SENDER Michelson instruction.

Hierarchy

Properties

balanceUpdates: readonly BalanceUpdate[]
cementedCommitment: 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.

outputProof: string
result: AppliedSmartRollupExecuteOutboxMessageResult | BacktrackedOperationResult<{
    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...)[];
}> | FailedOperationResult<{
    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...)[];
}> | SkippedOperationResult<{
    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...)[];
}>
rollup: SmartRollup
rpcData: {
    cemented_commitment: string;
    counter: string;
    fee: string;
    gas_limit: string;
    kind: SMART_ROLLUP_EXECUTE_OUTBOX_MESSAGE;
    metadata: { readonly balance_updates?: readonly { readonly kind: MetadataBalanceUpdatesKindEnum; readonly contract?: string | undefined; readonly change: string; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; ... 9 more ...; readonly delegator?: string | undefined; }[] | undefined; readonly operation_result: ...;
    output_proof: string;
    rollup: string;
    source: string;
    storage_limit: string;
}

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

Type declaration

  • Readonly cemented_commitment: string
  • Readonly counter: string
  • Readonly fee: string
  • Readonly gas_limit: string
  • Readonly kind: SMART_ROLLUP_EXECUTE_OUTBOX_MESSAGE
  • Readonly metadata: { readonly balance_updates?: readonly { readonly kind: MetadataBalanceUpdatesKindEnum; readonly contract?: string | undefined; readonly change: string; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; ... 9 more ...; readonly delegator?: string | undefined; }[] | undefined; readonly operation_result: ...
  • Readonly output_proof: string
  • Readonly rollup: string
  • Readonly source: string
  • Readonly storage_limit: string
sourceAddress: string
storageLimit: BigNumber

It is an integer greater than or equal to 0.

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