Taquito TypeDocs
    Preparing search index...

    Interface SmartRollupOriginateParams

    interface SmartRollupOriginateParams {
        fee?: number;
        gasLimit?: number;
        kernel: string;
        parametersType: MichelsonV1Expression;
        pvmKind: PvmKind;
        source?: string;
        storageLimit?: number;
    }
    Index

    Properties

    fee?: number

    Fee in mutez.

    gasLimit?: number

    Gas limit.

    kernel: string

    Hex-encoded boot sector binary for the selected PVM.

    Effective size is constrained by the operation data size limit.

    parametersType: MichelsonV1Expression

    Micheline type for L1-to-rollup deposited values.

    Must be a valid Michelson type accepted by protocol rollup parameter typing rules.

    pvmKind: PvmKind

    PVM kind for the rollup.

    source?: string

    Operation source. Defaults to the active signer pkh.

    storageLimit?: number

    Storage limit.