Header
data class Header(var version: Int, var prevBlockhash: String, var merkleRoot: String, var time: UInt, var bits: UInt, var nonce: UInt)(source)
Bitcoin block header. Contains all the block’s information except the actual transactions, but including a root of a merkle tree committing to all transactions in the block.