pub const BODIES: &str = "bodies";
Block bodies column family: Vec<u8> => Vec<u8>
Vec<u8>
block_hash.encode_to_vec();
BlockBodyRLP::from(block.body.clone()).bytes().clone()