[][src]Module exonum::explorer

Blockchain explorer module provides API for getting information about blocks and transactions from the blockchain.

See the explorer example in the crate for examples of usage.

Structs

BlockInfo

Information about a block in the blockchain.

BlockWithTransactions

Information about a block in the blockchain with info on transactions eagerly loaded.

BlockchainExplorer

Blockchain explorer.

Blocks

Iterator over blocks in the blockchain.

CommittedTransaction

Information about a particular transaction in the blockchain.

HeightRange

Range of Heights.

Transactions

Iterator over transactions in a block.

Enums

TransactionInfo

Information about the transaction.

Type Definitions

EagerTransactions

Iterator over transactions in BlockWithTransactions.