Docs.rs
  • solana-client-2.0.21
    • solana-client 2.0.21
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • anza-team
    • Dependencies
      • async-trait ^0.1.80 normal
      • bincode ^1.3.3 normal
      • dashmap ^5.5.3 normal
      • futures ^0.3.30 normal
      • futures-util ^0.3.29 normal
      • indexmap ^2.2.6 normal
      • indicatif ^0.17.8 normal
      • log ^0.4.21 normal
      • quinn ^0.10.2 normal
      • rayon ^1.10.0 normal
      • solana-connection-cache =2.0.21 normal
      • solana-measure =2.0.21 normal
      • solana-metrics =2.0.21 normal
      • solana-pubsub-client =2.0.21 normal
      • solana-quic-client =2.0.21 normal
      • solana-rpc-client =2.0.21 normal
      • solana-rpc-client-api =2.0.21 normal
      • solana-rpc-client-nonce-utils =2.0.21 normal
      • solana-sdk =2.0.21 normal
      • solana-streamer =2.0.21 normal
      • solana-thin-client =2.0.21 normal
      • solana-tpu-client =2.0.21 normal
      • solana-udp-client =2.0.21 normal
      • thiserror ^1.0.61 normal
      • tokio ^1.29.1 normal
      • crossbeam-channel ^0.5.13 dev
    • Versions
    • 31.91% 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

solana_client2.0.21

Module rpc_response

Module Items

  • Structs
  • Enums
  • Type Aliases

In crate solana_client

solana_client

Module rpc_response

Source

Structs§

  • ProcessedSignatureResult
  • Response
  • RpcAccountBalance
  • RpcApiVersion
  • RpcBlockCommitment
  • RpcBlockProduction
  • RpcBlockProductionRange
  • RpcBlockUpdate
  • RpcBlockhash
  • RpcBlockhashFeeCalculator
  • RpcConfirmedTransactionStatusWithSignature
  • RpcContactInfo
  • RpcFeeCalculator
  • RpcFeeRateGovernor
  • RpcIdentity
  • RpcInflationGovernor
  • RpcInflationRate
  • RpcInflationReward
  • RpcKeyedAccount
  • RpcLogsResponse
  • RpcPerfSample
  • RpcPrioritizationFee
  • RpcResponseContext
  • RpcSignatureConfirmation
  • RpcSimulateTransactionResult
  • RpcSnapshotSlotInfo
  • RpcStorageTurn
  • RpcSupply
  • RpcTokenAccountBalance
  • RpcVersionInfo
  • RpcVote
  • RpcVoteAccountInfo
  • RpcVoteAccountStatus
  • SlotInfo
  • SlotTransactionStats

Enums§

  • OptionalContext
    Wrapper for rpc return types of methods that provide responses both with and without context. Main purpose of this is to fix methods that lack context information in their return type, without breaking backwards compatibility.
  • ReceivedSignatureResult
  • RpcBlockUpdateError
  • RpcSignatureResult
  • SlotUpdate
  • StakeActivationState

Type Aliases§

  • RpcLeaderSchedule
    Map of leader base58 identity pubkeys to the slot indices relative to the first epoch slot
  • RpcResult