Crate solana_banks_interface[−][src]
Structs
BanksClient | The client stub that makes RPC calls to the server. Exposes a Future interface. |
ServeBanks | |
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 |