Variable BlockHeader.merkle_root

The hash of the merkle root of the transactions

struct BlockHeader
{
  // ...
  geod24.bitblob.BitBlob!(64L) merkle_root ;
  // ...
}