package
0.5.6
Repository: https://github.com/metchain/metblockd.git
Documentation: pkg.go.dev

# 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.