# Interfaces
IAPI defines interface to provide the RPC APIs.
IChainReader defines interface to access the blockchain.
IConsensus defines interface to invoke for miner.
IEngine is an algorithm agnostic consensus engine.
ITxPool defines interface to get pending transactions.
ITxProcessor defines interface to process tx.
IValidator defines interface to validate block.