Skip to main content

ACCOUNT_CODES

Constant ACCOUNT_CODES 

Source
pub const ACCOUNT_CODES: &str = "account_codes";
Expand description

Account codes column family: Vec<u8> => Vec<u8>

  • Vec<u8> = code_hash.as_bytes().to_vec()
  • Vec<u8> = AccountCodeRLP::from(code).bytes().clone()