Module client

Module client 

Source

Re-exports§

pub use data_types::chunk;
pub use data_types::graph;
pub use data_types::pointer;
pub use data_types::scratchpad;

Modules§

analyze
config
data
data_types
The 4 basic Network data types.
external_signerexternal-signer
files
key_derivation
payment
quote
register
Registers are a mutable piece of data on the Network. They can be read by anyone and updated only by the register owner. Each entry is signed by the owner and all value history is kept on the Network. They can be accessed on the Network using the RegisterAddress which is effectively the hash of the owner’s crate::PublicKey. This means there can only be one Register per key.
vault

Structs§

ChunkBatchUploadState
Client
Represents a client for the Autonomi network.
UploadSummary
Summary of an upload operation.

Enums§

ClientEvent
Events that can be sent by the client.
ConnectError
Error returned by Client::init.
GetError
Errors that can occur during the get operation.
PutError
Errors that can occur during the put operation.

Constants§

CLOSE_GROUP_SIZE
The maximum number of peers to return in a GetClosestPeers response. This is the group size used in safe network protocol to be responsible for an item in the network. The peer should be present among the CLOSE_GROUP_SIZE if we’re fetching the close_group(peer) The size has been set to 5 for improved performance.
CONNECT_TIMEOUT_SECS
Time before considering the connection timed out.

Type Aliases§

Amount