Crate sn_client

source ·
Expand description

The Safe Network Client.

In order to connect to The Safe Network you’ll need to send messages back and forth to network nodes. The Client has everything needed to perform this communication, with APIs to enable working with data.

With these APIs you can easily:

  • Connect to The Safe Network
  • Read Public data from the network
  • Write data to the network (assuming you have a SafeCoin balance)

Re-exports

pub use api::Client;

Modules

Client trait and related constants.
Utility functions.

Structs

List of results obtained when querying a chunk to several replicas.

Enums

Client Errors
Errors that can occur when interactive with client messaging APIs.
Errors returned when using a Link

Type Definitions

Register Write Ahead Log
Specialisation of std::Result for Client.