Struct in3_sys::btc_blockheader[][src]

#[repr(C)]
pub struct btc_blockheader {
Show 13 fields pub hash: bytes32_t, pub confirmations: u32, pub height: u32, pub version: u32, pub merkleroot: bytes32_t, pub time: u32, pub nonce: u32, pub bits: [u8; 4], pub chainwork: bytes32_t, pub n_tx: u32, pub previous_hash: bytes32_t, pub next_hash: bytes32_t, pub data: [u8; 80],
}

Fields

hash: bytes32_tconfirmations: u32height: u32version: u32merkleroot: bytes32_ttime: u32nonce: u32bits: [u8; 4]chainwork: bytes32_tn_tx: u32previous_hash: bytes32_tnext_hash: bytes32_tdata: [u8; 80]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.