tuweni / org.apache.tuweni.eth.repository / TransactionPool

TransactionPool

interface TransactionPool (source)

Functions

add

abstract suspend fun add(transaction: Transaction): Unit

contains

abstract suspend fun contains(hash: Hash): Boolean

get

abstract suspend fun get(hash: Hash): Transaction?

Inheritors

MemoryTransactionPool

class MemoryTransactionPool : TransactionPool