Constant zebra_chain::transparent::serialize::MIN_COINBASE_DATA_LEN
source · pub const MIN_COINBASE_DATA_LEN: usize = 2;
Expand description
The minimum length of the coinbase data.
Includes the encoded coinbase height, if any.
§Consensus
A coinbase transaction script MUST have length in {2 .. 100} bytes.