use B256;
/// Metadata locating an included transaction within a block.
///
/// [`crate::TransactionResponse::inclusion_info`] constructs this only when the block hash, block
/// number, and transaction index are all present. The derived `Default` is an all-zero location;
/// it is not a pending sentinel.