Taquito TypeDocs
    Preparing search index...

    Interface RPCSmartRollupOutboxMessageOperation

    interface RPCSmartRollupOutboxMessageOperation {
        cemented_commitment: string;
        fee: number;
        gas_limit: number;
        kind: SMART_ROLLUP_EXECUTE_OUTBOX_MESSAGE;
        output_proof: string;
        rollup: string;
        source: string;
        storage_limit: number;
    }
    Index

    Properties

    cemented_commitment: string
    fee: number
    gas_limit: number
    kind: SMART_ROLLUP_EXECUTE_OUTBOX_MESSAGE
    output_proof: string
    rollup: string
    source: string
    storage_limit: number