pub type InternalNode = Vec<BlockKey>;
Internal node of a Merkle tree
struct InternalNode { /* private fields */ }