# Functions
NewMempoolTransaction constructs a new MempoolTransaction.
# Structs
MempoolTransaction represents a transaction inside the main TransactionPool.
OrphanTransaction represents a transaction in the OrphanPool.
# Type aliases
IDToTransactionMap maps transactionID to a MempoolTransaction.
IDToTransactionsSliceMap maps transactionID to a slice MempoolTransaction.
OutpointToTransactionMap maps an outpoint to a MempoolTransaction.
OutpointToUTXOEntryMap maps an outpoint to a UTXOEntry.
ScriptPublicKeyStringToDomainTransaction maps an outpoint to a DomainTransaction.