Module spl_token_client::client
source · Structs
- Program client for
BanksClientfrom cratesolana-program-test. - Send transaction to validator using
BanksClient::process_transaction. - Program client for offline signing.
- Program client for
RpcClientfrom cratesolana-client.
Enums
Traits
- Generic client interface for programs.
- Basic trait for sending transactions to validator.
- Extends basic
SendTransactiontrait with functionsendwhere client is&mut BanksClient. Required forProgramBanksClient. - Extends basic
SendTransactiontrait with functionsendwhere client is&RpcClient. Required forProgramRpcClient.