Packages

p

io.horizen.utxo

mempool

package mempool

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

  2. case class MempoolMapKey(txid: String, feeRate: Long) extends Ordered[MempoolMapKey] with Product with Serializable
  3. class SidechainMemoryPool extends MemoryPool[BoxTransaction[Proposition, Box[Proposition]], SidechainMemoryPool] with SidechainTypes with NodeMemoryPool with SparkzLogging
  4. case class SidechainMemoryPoolEntry(unconfirmedTx: BoxTransaction[Proposition, Box[Proposition]]) extends Product with Serializable

Value Members

  1. object SidechainMemoryPool

Ungrouped