pub type btc_block_txdata_t = btc_block_txdata;Aliased Type§
struct btc_block_txdata_t {
pub header: btc_blockheader,
pub tx_len: u32,
pub tx: *mut btc_transaction,
}Fields§
§header: btc_blockheader§tx_len: u32§tx: *mut btc_transaction