Function grin_wallet_impls::test_framework::wallet_info

source ·
pub fn wallet_info<'a, L, C, K>(
    wallet: Arc<Mutex<Box<dyn WalletInst<'a, L, C, K>>>>,
    keychain_mask: Option<&SecretKey>
) -> Result<WalletInfo, Error>
where L: WalletLCProvider<'a, C, K>, C: NodeClient + 'a, K: Keychain + 'a,
Expand description

get wallet info totals