# Functions
New creates a transaction pool that is ready to receive transactions.
# Constants
TransactionPoolFeeExponentiation defines the polynomial rate of growth required to keep putting transactions into the transaction pool.
TransactionPoolSizeForFee defines how large the transaction pool needs to be before it starts expecting fees to be on the transaction.
TransactionPoolSizeTarget defines the target size of the pool when the transactions are paying 1 SC / kb in fees.
# Structs
No description provided by the author