Interface OperationContentsSmartRollupCement

interface OperationContentsSmartRollupCement {
    commitment: string;
    counter: string;
    fee: string;
    gas_limit: string;
    kind: SMART_ROLLUP_CEMENT;
    rollup: string;
    source: string;
    storage_limit: string;
}

Properties

commitment: string
counter: string
fee: string
gas_limit: string
rollup: string
source: string
storage_limit: string

Generated using TypeDoc