Function trezor_client::utils::convert_path
source ยท pub fn convert_path(path: &DerivationPath) -> Vec<u32>
Available on crate feature
bitcoin
only.Expand description
Convert a BIP-32 derivation path into a Vec<u32>
.