Umi — API References - v1.3.0
    Preparing search index...

    Type Alias RpcSendTransactionOptions

    RpcSendTransactionOptions: RpcBaseOptions & {
        maxRetries?: number;
        preflightCommitment?: Commitment;
        skipPreflight?: boolean;
    }

    The options to use when sending a transaction.

    Type Declaration

    • OptionalmaxRetries?: number

      The maximum number of retries to use.

    • OptionalpreflightCommitment?: Commitment

      The commitment level to use for the preflight check.

    • OptionalskipPreflight?: boolean

      Whether to skip the preflight check.