Interface OperationContentsAndResultSmartRollupRefute

interface OperationContentsAndResultSmartRollupRefute {
    counter: string;
    fee: string;
    gas_limit: string;
    kind: SMART_ROLLUP_REFUTE;
    metadata: OperationContentsAndResultMetadataSmartRollupRefute;
    opponent: string;
    refutation: SmartRollupRefutation;
    rollup: string;
    source: string;
    storage_limit: string;
}

Properties

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

Generated using TypeDoc