Interface SmartRollupExecuteOutboxMessageParams

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

Properties

cementedCommitment: string
fee?: number
gasLimit?: number
outputProof: string
rollup: string
source?: string
storageLimit?: number