trait Bip44 {
    const COIN: u32;
    const PURPOSE: u32 = 44u32;

    // Provided method
    fn base_indexes(&self) -> Vec<ChildIndex> { ... }
}

Required Associated Constants§

Provided Associated Constants§

source

const PURPOSE: u32 = 44u32

Provided Methods§

source

fn base_indexes(&self) -> Vec<ChildIndex>

Implementors§

source§

impl Bip44 for Solana

source§

const COIN: u32 = 501u32