Skip to main content

encode_path

Function encode_path 

Source
pub fn encode_path(path: &DerivationPath) -> Vec<u8> 
Expand description

Encode a path: 1-byte standard-table indicator if available, else explicit-path escape hatch (0xFE + count + LEB128 components).