Struct rust_abci::types::Header [] [src]

pub struct Header {
    pub chain_id: String,
    pub height: u64,
    pub time: u64,
    pub num_txs: u64,
    pub last_commit_hash: Vec<u8>,
    pub data_hash: Vec<u8>,
    pub validators_hash: Vec<u8>,
    pub app_hash: Vec<u8>,
    // some fields omitted
}

Fields

Methods

impl Header
[src]

Trait Implementations

impl PartialEq for Header
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Header
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Header
[src]

Returns the "default value" for a type. Read more

impl Sync for Header
[src]

impl Message for Header
[src]

impl MessageStatic for Header
[src]

impl Clear for Header
[src]

impl Debug for Header
[src]

Formats the value using the given formatter.

impl ProtobufValue for Header
[src]