[][src]Module harmony_rust_sdk::client

Rust client implementation for Harmony, powered by tonic.

See the examples directory in the repository on how to use this.

Re-exports

pub use super::api::HmcParseError;

Modules

api

Client API implementations.

error

Error related code used by Client.

exports

Some crates exported for user convenience.

Structs

Client

Client implementation for Harmony.

HttpError

A generic "error" for HTTP connections

ReqwestError

The Errors that may occur when processing a Request.

Session
Status

A gRPC status describing the result of an RPC call.

TransportError

Error's that originate from the client or server;

Enums

AuthStatus

Represents an authentication state in which a Client can be.

ClientError

Error type used by Client.

Code

gRPC status codes used by Status.

Type Definitions

ClientResult

Result type used by many Client methods.