Type Alias GetVersionedTransactionConfig

GetVersionedTransactionConfig: {
    commitment?: Finality;
    maxSupportedTransactionVersion?: number;
}

Configuration object for changing getTransaction query behavior

Type declaration

  • Optionalcommitment?: Finality

    The level of finality desired

  • OptionalmaxSupportedTransactionVersion?: number

    The max transaction version to return in responses. If the requested transaction is a higher version, an error will be returned