Docs.rs
  • solana-client-1.11.0
    • solana-client 1.11.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • anza-team
    • Dependencies
      • async-mutex ^1.4.0 normal
      • async-trait ^0.1.53 normal
      • base64 ^0.13.0 normal
      • bincode ^1.3.3 normal
      • bs58 ^0.4.0 normal
      • bytes ^1.1.0 normal
      • clap ^2.33.0 normal
      • crossbeam-channel ^0.5 normal
      • enum_dispatch ^0.3.8 normal
      • futures ^0.3 normal
      • futures-util ^0.3.21 normal
      • indexmap ^1.8.1 normal
      • indicatif ^0.16.2 normal
      • itertools ^0.10.2 normal
      • jsonrpc-core ^18.0.0 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.17 normal
      • quinn ^0.8.3 normal
      • quinn-proto ^0.8.3 normal
      • rand ^0.7.0 normal
      • rand_chacha ^0.2.2 normal
      • rayon ^1.5.3 normal
      • reqwest ^0.11.10 normal
      • rustls ^0.20.6 normal
      • semver ^1.0.9 normal
      • serde ^1.0.137 normal
      • serde_derive ^1.0.103 normal
      • serde_json ^1.0.81 normal
      • solana-account-decoder =1.11.0 normal
      • solana-clap-utils =1.11.0 normal
      • solana-faucet =1.11.0 normal
      • solana-measure =1.11.0 normal
      • solana-metrics =1.11.0 normal
      • solana-net-utils =1.11.0 normal
      • solana-sdk =1.11.0 normal
      • solana-streamer =1.11.0 normal
      • solana-transaction-status =1.11.0 normal
      • solana-version =1.11.0 normal
      • solana-vote-program =1.11.0 normal
      • spl-token-2022 =0.3.0 normal
      • thiserror ^1.0 normal
      • tokio ~1.14.1 normal
      • tokio-stream ^0.1.9 normal
      • tokio-tungstenite ^0.17.1 normal
      • tungstenite ^0.17.2 normal
      • url ^2.2.2 normal
      • anyhow ^1.0.57 dev
      • assert_matches ^1.5.0 dev
      • jsonrpc-http-server ^18.0.0 dev
      • solana-logger =1.11.0 dev
    • Versions
    • 23.12% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

EncodingConfig

Required Methods

  • new_with_encoding

Implementors

In solana_client::rpc_config

logo
Change settings

Trait solana_client::rpc_config::EncodingConfig

source · [−]
pub trait EncodingConfig {
    fn new_with_encoding(encoding: &Option<UiTransactionEncoding>) -> Self;
}

Required Methods

source

fn new_with_encoding(encoding: &Option<UiTransactionEncoding>) -> Self

Implementors

source

impl EncodingConfig for RpcConfirmedBlockConfig

source

impl EncodingConfig for RpcConfirmedTransactionConfig

source

impl EncodingConfig for RpcBlockConfig

source

impl EncodingConfig for RpcTransactionConfig