PulsarAdapter<T>
PulsarAdapter<
T> =OrbitGenericAdapter<TxAdapter<T>> &object&SyncCallbacks<T>
Defined in: packages/pulsar-core/src/types.ts:255
The configuration object containing one or more transaction adapters.
Type Declaration
abortOnTxError?
optionalabortOnTxError?:boolean
Optional setting to abort the transaction if the beforeTxProcess hook or remote creation fails. Defaults to true.
beforeTxProcess?
optionalbeforeTxProcess?:BeforeTxProcess
Optional global preflight callback executed before every transaction unless locally overridden.
gelatoApiKey?
optionalgelatoApiKey?:string
maxTransactions?
optionalmaxTransactions?:number
Type Parameters
T
T extends Transaction
The specific transaction type.
Last updated on