Docs.rs
  • solana-client-1.9.2
    • solana-client 1.9.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • anza-team
    • Dependencies
      • base64 ^0.13.0 normal
      • bincode ^1.3.3 normal
      • bs58 ^0.4.0 normal
      • clap ^2.33.0 normal
      • indicatif ^0.16.2 normal
      • jsonrpc-core ^18.0.0 normal
      • log ^0.4.14 normal
      • rayon ^1.5.1 normal
      • reqwest ^0.11.6 normal
      • semver ^1.0.4 normal
      • serde ^1.0.130 normal
      • serde_derive ^1.0.103 normal
      • serde_json ^1.0.72 normal
      • solana-account-decoder =1.9.2 normal
      • solana-clap-utils =1.9.2 normal
      • solana-faucet =1.9.2 normal
      • solana-measure =1.9.2 normal
      • solana-net-utils =1.9.2 normal
      • solana-sdk =1.9.2 normal
      • solana-transaction-status =1.9.2 normal
      • solana-version =1.9.2 normal
      • solana-vote-program =1.9.2 normal
      • thiserror ^1.0 normal
      • tokio ^1 normal
      • tungstenite ^0.16.0 normal
      • url ^2.2.2 normal
      • assert_matches ^1.5.0 dev
      • jsonrpc-http-server ^18.0.0 dev
      • solana-logger =1.9.2 dev
    • Versions
    • 17.38% 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

Trait EncodingConfig

Required Methods

new_with_encoding

Implementors

Other items in
solana_client::rpc_config

logo
Change settings

Trait solana_client::rpc_config::EncodingConfig[−][src]

pub trait EncodingConfig {
    fn new_with_encoding(encoding: &Option<UiTransactionEncoding>) -> Self;
}

Required methods

[src]

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

Implementors

[src]

impl EncodingConfig for RpcConfirmedBlockConfig

[src]

impl EncodingConfig for RpcConfirmedTransactionConfig

[src]

impl EncodingConfig for RpcBlockConfig

[src]

impl EncodingConfig for RpcTransactionConfig