Functions
Link copied to clipboard
Creates an empty mempool snapshot.
Link copied to clipboard
fun fromMempoolTransactions(transactions: List<MempoolTransaction>, blockHeight: Int, timestamp: Instant = Instant.now()): MempoolSnapshot
Creates a mempool snapshot from a list of mempool transactions.