Expand description
Serializes and deserializes transparent data.
Constants§
- GENESIS_
COINBASE_ SCRIPT_ SIG - The coinbase data for a genesis block.
Functions§
- parse_
coinbase_ 🔒height - Parses the BIP-34 block-height prefix of a non-genesis coinbase script and returns the height along with the trailing miner data. Also enforces the coinbase script length bound, since every production parse path for coinbase inputs goes through this function.