Skip to main content

node_table_prefix

Function node_table_prefix 

Source
pub fn node_table_prefix(namespace: &str, table: &str) -> Vec<u8> 
Expand description

Build a node prefix for scanning all nodes of a specific table in a namespace.

Format: [0x01][ns_hash: 4B][table_hash: 4B]