Skip to main content

encode_stale_key

Function encode_stale_key 

Source
fn encode_stale_key(
    stale_since_version: Version,
    node_key: &NodeKey,
) -> Result<Vec<u8>>
Expand description

Encode a stale CF key: stale_since_version (8 bytes BE) || borsh(node_key).