Documentation
    Preparing search index...
    interface SendTransactionOptions {
        maxRetries?: number;
        minContextSlot?: number;
        preflightCommitment?: Commitment;
        signers?: Signer[];
        skipPreflight?: boolean;
    }

    Hierarchy

    • SendOptions
      • SendTransactionOptions
    Index

    Properties

    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

    signers?: Signer[]
    skipPreflight?: boolean

    disable transaction verification step