Skip to Content
API referencePulsar CoreSrcType AliasesTransactionPool<TR, T>

@tuwaio/pulsar-core-monorepo


TransactionPool<TR, T>

TransactionPool<TR, T> = Record<string, T>

Defined in: packages/pulsar-core/src/store/initializeTxTrackingStore.ts:15 

Defines the structure of the transaction pool, which is a record of transactions indexed by their unique keys.

Type Parameters

TR

TR

The type of the tracker identifier.

T

T extends Transaction<TR>

The transaction type.

Last updated on