logo
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

QuicP2p configurations

Enums

Client Errors

Errors that can occur when interactive with client messaging APIs.

Type Definitions

Register Write Ahead Log

Specialisation of std::Result for Client.