Crate gemachain_banks_interface

Crate gemachain_banks_interface 

Source

Structs§

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