Adapter<T>
Adapter<
T
> =object
Defined in: packages/pulsar-core/src/types.ts:264
The configuration object containing one or more transaction adapters.
Type Parameters
T
T
extends Transaction
The specific transaction type.
Properties
adapter
Defined in: packages/pulsar-core/src/types.ts:266
A single TxAdapter
instance or an array of them.
Last updated on