Skip to main content

Crate solana_banks_client

Crate solana_banks_client 

Source
👎Deprecated since 3.1.0:

This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.

Expand description

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§

BanksClientDeprecated
TarpcClient
The client stub that makes RPC calls to the server. All request methods return Futures.
TransactionStatus

Enums§

BanksClientErrorDeprecated
Errors from BanksClient

Traits§

BanksClientExtDeprecated

Functions§

start_clientDeprecated
start_tcp_clientDeprecated