Struct exonum::explorer::BlockchainExplorer [] [src]

pub struct BlockchainExplorer<'a> { /* fields omitted */ }

Blockchain explorer.

Methods

impl<'a> BlockchainExplorer<'a>
[src]

[src]

Creates a new BlockchainExplorer instance.

[src]

Returns information about the transaction identified by the hash.

[src]

Returns block information for the specified height or None if there is no such block.

[src]

Returns the list of blocks in the given range.

[src]

Returns transaction result.

Trait Implementations

impl<'a> Debug for BlockchainExplorer<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for BlockchainExplorer<'a>

impl<'a> Sync for BlockchainExplorer<'a>