Polkadot Apps
    Preparing search index...

    Options for .prepare() — subset of TxOptions.

    Signer and submission lifecycle options (signer, waitFor, timeoutMs, mortalityPeriod, onStatus) are intentionally absent — those belong to the batch submission, not the individual prepared call.

    interface PrepareOptions {
        gasLimit?: Weight;
        origin?: SS58String;
        storageDepositLimit?: bigint;
        value?: bigint;
    }
    Index

    Properties

    gasLimit?: Weight
    origin?: SS58String
    storageDepositLimit?: bigint
    value?: bigint