Crate solana_banks_interface

Crate solana_banks_interface 

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.

Structs§

BanksClientDeprecated
The client stub that makes RPC calls to the server. All request methods return Futures.
BanksTransactionResultWithMetadataDeprecated
BanksTransactionResultWithSimulationDeprecated
ServeBanksDeprecated
A serving function to use with tarpc::server::InFlightRequest::execute.
TransactionMetadataDeprecated
TransactionSimulationDetailsDeprecated
TransactionStatusDeprecated

Enums§

BanksRequestDeprecated
The request sent over the wire from the client to the server.
BanksResponseDeprecated
The response sent over the wire from the server to the client.
BanksResponseFutDeprecated
A future resolving to a server response.
TransactionConfirmationStatusDeprecated

Traits§

BanksDeprecated