[][src]Function indyrs::wallet::close_wallet

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

Closes opened wallet and frees allocated resources.

Arguments

  • handle - wallet handle returned by open.