Module ethcore_miner::pool::verifier
source · [−]Expand description
Transaction Verifier
Responsible for verifying a transaction before importing to the pool. Should make sure that the transaction is structuraly valid.
May have some overlap with Readiness
since we don’t want to keep around
stalled transactions.
Structs
Enums
Transaction to verify.