Module banks_client_interface

Source

Structs§

BanksClient
The client stub that makes RPC calls to the server. All request methods return Futures.
BanksTransactionResultWithSimulation
ParsedInnerInstruction
ParsedInstruction
ParsedTransaction
ServeBanks
A serving function to use with tarpc::server::InFlightRequest::execute.
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