pub unsafe extern "C" fn indy_close_wallet(
command_handle: indy_handle_t,
wallet_handle: indy_handle_t,
cb: indy_empty_cb,
) -> indy_error_tExpand description
Closes opened wallet and frees allocated resources.
#Params wallet_handle: wallet handle returned by indy_open_wallet.
#Returns Error code
#Errors Common* Wallet*