Taquito TypeDocs
    Preparing search index...

    Interface SmartRollupAddMessagesParams

    interface SmartRollupAddMessagesParams {
        fee?: number;
        gasLimit?: number;
        message: string[];
        source?: string;
        storageLimit?: number;
    }
    Index

    Properties

    fee?: number

    Fee in mutez.

    gasLimit?: number

    Gas limit.

    message: string[]

    Hex-encoded message bytes posted to the global smart-rollup inbox.

    At least one message is required. Each message is limited to 4096 bytes after decoding.

    source?: string

    Operation source. Defaults to the active signer pkh.

    storageLimit?: number

    Storage limit.