pub type btc_blockheader_t = btc_blockheader;Aliased Type§
struct btc_blockheader_t {}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]