pub unsafe extern "C" fn indy_update_wallet_record_value(
command_handle: indy_handle_t,
wallet_handle: indy_handle_t,
type_: *const c_char,
id: *const c_char,
value: *const c_char,
cb: indy_empty_cb,
) -> indy_error_tExpand description
Update a non-secret wallet record value
#Params command_handle: command handle to map callback to caller context wallet_handle: wallet handle (created by open_wallet) type_: allows to separate different record types collections id: the id of record value: the new value of record