pub trait WalletCanGetAddresses {
    // Required method
    fn can_get_addresses(&mut self) -> bool;
}

Required Methods§

source

fn can_get_addresses(&mut self) -> bool

| Return whether the wallet is blank. |

Implementors§