Function storage_proofs_core::util::data_at_node

source ยท
pub fn data_at_node(data: &[u8], v: usize) -> Result<&[u8]>
Expand description

Returns the byte slice representing one node (of uniform size, NODE_SIZE) at position v in data.