[][src]Function indyrs::wallet::update_wallet_record_value

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

Update a non-secret wallet record value

Arguments

  • wallet_handle - wallet handle (created by open_wallet)
  • xtype - allows to separate different record types collections
  • id - the id of record
  • value - the new value of record