Crate solana_banks_interface

Source

Structs§

BanksClient
The client stub that makes RPC calls to the server. All request methods return Futures.
BanksTransactionResultWithMetadata
BanksTransactionResultWithSimulation
ServeBanks
A serving function to use with tarpc::server::InFlightRequest::execute.
TransactionMetadata
TransactionSimulationDetails
TransactionStatus

Enums§

BanksRequest
The request sent over the wire from the client to the server.
BanksResponse
The response sent over the wire from the server to the client.
BanksResponseFut
A future resolving to a server response.
TransactionConfirmationStatus

Traits§

Banks