Crate solana_banks_client[][src]

A client for the ledger state, from the perspective of an arbitrary validator.

Use start_tcp_client() to create a client and then import BanksClientExt to access its methods. Additional “*_with_context” methods are also available, but they are undocumented, may change over time, and are generally more cumbersome to use.

Structs

BanksClient
TarpcClient

The client stub that makes RPC calls to the server. Exposes a Future interface.

TransactionStatus

Traits

BanksClientExt

Functions

start_client
start_tcp_client