Function libindy_sys::indy_close_wallet[][src]

pub unsafe extern "C" fn indy_close_wallet(
    command_handle: indy_handle_t,
    wallet_handle: indy_handle_t,
    cb: indy_empty_cb
) -> indy_error_t

Closes opened wallet and frees allocated resources.

#Params wallet_handle: wallet handle returned by indy_open_wallet.

#Returns Error code

#Errors Common* Wallet*