pub fn close_wallet(
    wallet_handle: WalletHandle
) -> Box<dyn Future<Item = (), Error = IndyError>>
Expand description

Closes opened wallet and frees allocated resources.

Arguments

  • handle - wallet handle returned by open.