Docs.rs
  • solana-pubsub-client-1.17.17
    • solana-pubsub-client 1.17.17
    • 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.20 normal
      • reqwest ^0.11.20 normal
      • semver ^1.0.19 normal
      • serde ^1.0.188 normal
      • serde_derive ^1.0.103 normal
      • serde_json ^1.0.107 normal
      • solana-account-decoder =1.17.17 normal
      • solana-rpc-client-api =1.17.17 normal
      • solana-sdk =1.17.17 normal
      • thiserror ^1.0.49 normal
      • tokio ^1.29.1 normal
      • tokio-stream ^0.1.14 normal
      • tokio-tungstenite ^0.20.1 normal
      • tungstenite ^0.20.1 normal
      • url ^2.4.1 normal
      • anyhow ^1.0.75 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

solana_pubsub_client1.17.17

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>>);