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).
pub fn encode_path(path: &DerivationPath) -> Vec<u8> ⓘEncode a path: 1-byte standard-table indicator if available, else
explicit-path escape hatch (0xFE + count + LEB128 components).