Type Definition libindy_sys::indyDeleteWalletCb[][src]

type indyDeleteWalletCb = Option<unsafe extern "C" fn(name: *const c_char, config: *const c_char, credentials: *const c_char) -> indy_error_t>;

Delete the wallet storage (For example, database deletion)

#Params name: wallet storage name (the same as wallet name) config: wallet storage config (For example, database config) credentials_json: wallet storage credentials (For example, database credentials)