Skip to Content

TransactionPool<T>

TransactionPool<T> = Record<string, T>

Defined in: types.ts:466 

The transaction pool: transactions indexed by txKey.

Type Parameters

T

T extends Transaction

The application transaction type.

Last updated on