[][src]Function indyrs::wallet::delete_wallet_record

pub fn delete_wallet_record(
    wallet_handle: IndyHandle,
    xtype: &str,
    id: &str
) -> Box<dyn Future<Item = (), Error = IndyError>>

Delete an existing wallet record in the wallet

Arguments

  • wallet_handle - wallet handle (created by open_wallet)
  • xtype - record type
  • id - the id of record