Interface TransactionRelayer

Transaction relayer interface, that accepts transactions and relays them to known network clients.

interface TransactionRelayer ;

Methods

NameDescription
addTransaction (tx) Adds a transaction to the relay queue. This function should only be called, after the transaction was succesfully added to the transaction pool.
shutdown () Called during node shutdown.
start () Called during node startup.