arti_client

Module rpc

Source
Available on crate feature rpc only.
Expand description

Declare RPC functionality on for the arti-client crate.

Structs§

ConnectWithPrefs
RPC special method: make a connection to a chosen address and preferences.
IsolatedClient
Create a new isolated client instance.
ResolvePtrWithPrefs
RPC special method: reverse-lookup an address with a chosen address and preferences.
ResolveWithPrefs
RPC special method: lookup an address with a chosen address and preferences.

Traits§

ClientConnectionError
Type-erased error returned by ClientConnectionTarget.

Type Aliases§

ClientConnectionResult
Type alias for a Result return by ClientConnectionTarget