TransactionPool<T>
TransactionPool<
T
> =Record
<string
,T
>
Defined in: packages/pulsar-core/src/types.ts:320
Defines the structure of the transaction pool, a key-value store of transactions indexed by their unique keys.
Type Parameters
T
T
extends Transaction
The type of the transaction object being tracked.
Last updated on