solana-client-traits 0.0.2

Traits for Solana clients
docs.rs failed to build solana-client-traits-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: solana-client-traits-0.0.1
Defines traits for blocking (synchronous) and non-blocking (asynchronous) communication with a Solana server as well as a trait that encompasses both. //! Synchronous implementations are expected to create transactions, sign them, and send them with multiple retries, updating blockhashes and resigning as-needed. Asynchronous implementations are expected to create transactions, sign them, and send them but without waiting to see if the server accepted it.