Docs.rs
  • solana-pubsub-client-1.16.10
    • solana-pubsub-client 1.16.10
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • anza-team
    • Dependencies
      • crossbeam-channel ^0.5.8 normal
      • futures-util ^0.3.28 normal
      • log ^0.4.17 normal
      • reqwest ^0.11.17 normal
      • semver ^1.0.17 normal
      • serde ^1.0.163 normal
      • serde_derive ^1.0.103 normal
      • serde_json ^1.0.96 normal
      • solana-account-decoder =1.16.10 normal
      • solana-rpc-client-api =1.16.10 normal
      • solana-sdk =1.16.10 normal
      • thiserror ^1.0.40 normal
      • tokio ~1.14.1 normal
      • tokio-stream ^0.1.12 normal
      • tokio-tungstenite ^0.17.2 normal
      • tungstenite ^0.17.2 normal
      • url ^2.3.1 normal
      • anyhow ^1.0.71 dev
    • Versions
    • 39.68% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

SignatureSubscription

In solana_pubsub_client::pubsub_client

?
Change settings

Type Alias solana_pubsub_client::pubsub_client::SignatureSubscription

source ·
pub type SignatureSubscription = (PubsubSignatureClientSubscription, Receiver<Response<RpcSignatureResult>>);