Module rpc_client

Source
Expand description

Communication with a Safecoin node over RPC.

Software that interacts with the Safecoin blockchain, whether querying its state or submitting transactions, communicates with a Safecoin node over JSON-RPC, using the RpcClient type.

Structs§

GetConfirmedSignaturesForAddress2Config
RpcClient
A client of a remote Safecoin node.
RpcClientConfig

Traits§

SerializableMessage
Trait used to add support for versioned messages to RPC APIs while retaining backwards compatibility
SerializableTransaction
Trait used to add support for versioned transactions to RPC APIs while retaining backwards compatibility

Type Aliases§

Mocks