Interface OperationContentsSmartRollupExecuteOutboxMessage

interface OperationContentsSmartRollupExecuteOutboxMessage {
    cemented_commitment: string;
    counter: string;
    fee: string;
    gas_limit: string;
    kind: SMART_ROLLUP_EXECUTE_OUTBOX_MESSAGE;
    output_proof: string;
    rollup: string;
    source: string;
    storage_limit: string;
}

Properties

cemented_commitment: string
counter: string
fee: string
gas_limit: string
output_proof: string
rollup: string
source: string
storage_limit: string

Generated using TypeDoc