Struct exonum::explorer::TxInfo [] [src]

pub struct TxInfo {
    pub content: Value,
    pub location: TxLocation,
    pub proof_to_block_merkle_root: ListProof<Hash>,
}

Transaction information.

Fields

JSON serialized transaction

Transaction location in block

Proof that transaction really exist in database

Trait Implementations

impl Debug for TxInfo
[src]

[src]

Formats the value using the given formatter.