@solana/web3.js
    Preparing search index...

    Type Alias SendOptions

    Options for sending transactions

    type SendOptions = {
        maxRetries?: number;
        minContextSlot?: number;
        preflightCommitment?: Commitment;
        skipPreflight?: boolean;
    }
    Index
    maxRetries?: number

    Maximum number of times for the RPC node to retry sending the transaction to the leader.

    minContextSlot?: number

    The minimum slot that the request can be evaluated at

    preflightCommitment?: Commitment

    preflight commitment level

    skipPreflight?: boolean

    disable transaction verification step