solana-banks-client 1.17.27

Solana banks client
docs.rs failed to build solana-banks-client-1.17.27
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-banks-client-1.18.12

A client for the ledger state, from the perspective of an arbitrary validator.

Use start_tcp_client() to create a client and then import BanksClientExt to access its methods. Additional "*_with_context" methods are also available, but they are undocumented, may change over time, and are generally more cumbersome to use.