Trait solana_sdk::derivation_path::Bip44
source · trait Bip44 {
const COIN: u32;
const PURPOSE: u32 = 44u32;
// Provided method
fn base_indexes(&self) -> Vec<ChildIndex> { ... }
}
trait Bip44 {
const COIN: u32;
const PURPOSE: u32 = 44u32;
// Provided method
fn base_indexes(&self) -> Vec<ChildIndex> { ... }
}