[][src]Module tendermint::rpc

Tendermint RPC: JSONRPC over HTTP support

Wraps the RPC API described at: https://tendermint.com/rpc/

Re-exports

pub use self::error::Error;
pub use self::request::Request;
pub use self::response::Response;

Modules

endpoint

Tendermint JSONRPC endpoints

error

JSONRPC error types

request

JSONRPC requests

response

JSONRPC response types

Structs

Client

Tendermint RPC client.

Id

JSONRPC ID: request-specific identifier

Version

JSONRPC version

Enums

Method

JSONRPC request methods.