Crate gemachain_client

Source

Modulesยง

blockhash_query
client_error
http_sender
The standard RpcSender over HTTP.
mock_sender
An RpcSender used for unit testing RpcClient.
nonce_utils
perf_utils
pubsub_client
rpc_cache
rpc_client
Communication with a Gemachain node over RPC.
rpc_config
rpc_custom_error
Implementation defined RPC server errors
rpc_deprecated_config
rpc_filter
rpc_request
rpc_response
rpc_sender
A transport for RPC calls.
thin_client
The thin_client module is a client-side object that interfaces with a server-side TPU. Client code should use this object instead of writing messages to the network directly. The binary encoding of its messages are unstable and may change in future releases.
tpu_client