Type alias GetVersionedTransactionConfig

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

Configuration object for changing getTransaction query behavior

Type declaration

  • Optional commitment?: Finality

    The level of finality desired

  • Optional maxSupportedTransactionVersion?: number

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

Generated using TypeDoc