Skip to main content

BODIES

Constant BODIES 

Source
pub const BODIES: &str = "bodies";
Expand description

Block bodies column family: Vec<u8> => Vec<u8>

  • Vec<u8> = block_hash.encode_to_vec();
  • Vec<u8> = BlockBodyRLP::from(block.body.clone()).bytes().clone()