Taquito TypeDocs
    Preparing search index...

    Interface SmartRollupExecuteOutboxMessageParams

    interface SmartRollupExecuteOutboxMessageParams {
        cementedCommitment: string;
        fee?: number;
        gasLimit?: number;
        outputProof: string;
        rollup: string;
        source?: string;
        storageLimit?: number;
    }
    Index

    Properties

    cementedCommitment: string

    Cemented commitment hash (src1...) referenced by the outbox proof.

    Must still be present in the chain of stored cemented commitments.

    fee?: number

    Fee in mutez.

    gasLimit?: number

    Gas limit.

    outputProof: string

    Hex-encoded PVM outbox proof bytes produced by a rollup node.

    rollup: string

    Target smart-rollup address (sr1...).

    source?: string

    Operation source. Defaults to the active signer pkh.

    storageLimit?: number

    Storage limit.