package mempool
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
MempoolMap extends AnyRef
Map of SidechainMemoryPoolEntry, with additional data structures to keep the order by feeRate and the total bytes of all the transactions contained.
- case class MempoolMapKey(txid: String, feeRate: Long) extends Ordered[MempoolMapKey] with Product with Serializable
- class SidechainMemoryPool extends MemoryPool[BoxTransaction[Proposition, Box[Proposition]], SidechainMemoryPool] with SidechainTypes with NodeMemoryPool with SparkzLogging
- case class SidechainMemoryPoolEntry(unconfirmedTx: BoxTransaction[Proposition, Box[Proposition]]) extends Product with Serializable
Value Members
- object SidechainMemoryPool