Documentation
    Preparing search index...

    Interface TezosSmartRollupPublishOperation

    interface TezosSmartRollupPublishOperation {
        commitment: SmartRollupPublishCommitment;
        counter: string;
        fee: string;
        gas_limit: string;
        kind: SMART_ROLLUP_PUBLISH;
        rollup: string;
        source: string;
        storage_limit: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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