Type Alias btc_blockheader_t

Source
pub type btc_blockheader_t = btc_blockheader;

Aliased Type§

struct btc_blockheader_t {
Show 13 fields pub hash: [u8; 32], pub confirmations: u32, pub height: u32, pub version: u32, pub merkleroot: [u8; 32], pub time: u32, pub nonce: u32, pub bits: [u8; 4], pub chainwork: [u8; 32], pub n_tx: u32, pub previous_hash: [u8; 32], pub next_hash: [u8; 32], pub data: [u8; 80],
}

Fields§

§hash: [u8; 32]§confirmations: u32§height: u32§version: u32§merkleroot: [u8; 32]§time: u32§nonce: u32§bits: [u8; 4]§chainwork: [u8; 32]§n_tx: u32§previous_hash: [u8; 32]§next_hash: [u8; 32]§data: [u8; 80]