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

pub struct TxInfo {
    pub content: Value,
    pub location: TxLocation,
    pub location_proof: ListProof<Hash>,
    pub status: TxStatus,
}

Transaction information.

Fields

JSON serialized transaction.

Transaction location in block.

Proof that transaction really exist in the database.

Status of the transaction execution.

Trait Implementations

impl Debug for TxInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TxInfo

impl Sync for TxInfo