Constant PENDING_BLOCKS
Source pub const PENDING_BLOCKS: &str = "pending_blocks";
Expand description
Pending blocks column family: Vec<u8> => Vec<u8>
Vec<u8> = BlockHashRLP::from(block.hash()).bytes().clone()
Vec<u8> = BlockRLP::from(block).bytes().clone()