Function epic_wallet_rust_lib::get_wallet_info
source · [−]pub fn get_wallet_info(
wallet: &Arc<Mutex<Box<dyn WalletInst<'static, DefaultLCProvider<'static, HTTPNodeClient, ExtKeychain>, HTTPNodeClient, ExtKeychain>>>>,
keychain_mask: Option<SecretKey>,
refresh_from_node: bool,
min_confirmations: u64
) -> Result<WalletInfoFormatted, Error>