Interface SmartRollupCementOperationExperimental

It is used to cement a commitment, if the following requirements are met: it has been published for long enough, and there is no concurrent commitment for the same state update. Once a commitment is cemented, it cannot be disputed anymore.

Hierarchy

Properties

balanceUpdates: readonly BalanceUpdate[]
commitmentHash: null | string

Deprecated

Deprecated from protocol 17 Nairobi. Use result.commitmentHash instead.

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.

result: AppliedSmartRollupCementResult | BacktrackedOperationResult<{
    commitment_hash?: string;
    consumed_milligas?: string;
    errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[];
    inbox_level?: number;
    status: OperationResultStatusEnum;
}> | FailedOperationResult<{
    commitment_hash?: string;
    consumed_milligas?: string;
    errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[];
    inbox_level?: number;
    status: OperationResultStatusEnum;
}> | SkippedOperationResult<{
    commitment_hash?: string;
    consumed_milligas?: string;
    errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[];
    inbox_level?: number;
    status: OperationResultStatusEnum;
}>
rollup: SmartRollup
rpcData: {
    commitment: string;
    counter: string;
    fee: string;
    gas_limit: string;
    kind: SMART_ROLLUP_CEMENT;
    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...;
    rollup: string;
    source: string;
    storage_limit: string;
}

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

Type declaration

  • Readonly commitment: string
  • Readonly counter: string
  • Readonly fee: string
  • Readonly gas_limit: string
  • Readonly kind: SMART_ROLLUP_CEMENT
  • 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 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