Type Definition libindy_sys::indyWalletDeleteRecordCb[][src]

type indyWalletDeleteRecordCb = Option<unsafe extern "C" fn(handle: indy_handle_t, type_: *const c_char, id: *const c_char) -> indy_error_t>;

Delete an existing record in the wallet storage

#Params storage_handle: opened storage handle (See open handler) type_: record type id: the id of record