pub const ACCOUNT_CODES: &str = "account_codes";
Account codes column family: Vec<u8> => Vec<u8>
Vec<u8>
code_hash.as_bytes().to_vec()
AccountCodeRLP::from(code).bytes().clone()