// SPDX-License-Identifier: CC0-1.0
//! Bitcoin block data.
//!//! This module defines structures and functions for storing the blocks and
//! transactions which make up the Bitcoin system.
//!pubmodblock;pubmodconstants;pubmodfee_rate;pubmodlocktime;pubmodopcodes;pubmodscript;pubmodtransaction;pubmodweight;pubmodwitness;pubusefee_rate::FeeRate;pubuseweight::Weight;