[][src]Module safe_core::client::recoverable_apis

Various APIs wrapped to provide resiliance for common network operations.

Functions

del_mdata_user_permissions

Deletes user permission on the mutable data and tries to recover from errors.

ins_auth_key_to_client_h

Insert key to Client Handler. Covers the InvalidSuccessor error case (it should not fail if the key already exists).

mutate_mdata_entries

Mutates mutable data entries and tries to recover from errors.

put_mdata

Wrapped APIs to provide auto recovery and resiliance to some network errors. Puts mutable data on the network and tries to recover from errors.

set_mdata_user_permissions

Sets user permission on the mutable data and tries to recover from errors.