Type Alias SendOptions

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

Options for sending transactions

Type declaration

  • OptionalmaxRetries?: number

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

  • OptionalminContextSlot?: number

    The minimum slot that the request can be evaluated at

  • OptionalpreflightCommitment?: Commitment

    preflight commitment level

  • OptionalskipPreflight?: boolean

    disable transaction verification step