Documentation
    Preparing search index...

    Interface TezosSmartRollupRefuteOperation

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

    Hierarchy (View Summary)

    Index

    Properties

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