Taquito TypeDocs
    Preparing search index...

    Interface RPCSmartRollupAddMessagesOperation

    interface RPCSmartRollupAddMessagesOperation {
        fee: number;
        gas_limit: number;
        kind: SMART_ROLLUP_ADD_MESSAGES;
        message: string[];
        source: string;
        storage_limit: number;
    }
    Index

    Properties

    fee: number
    gas_limit: number
    kind: SMART_ROLLUP_ADD_MESSAGES
    message: string[]
    source: string
    storage_limit: number