strike-sdk 0.2.14

Rust SDK for Strike prediction markets on BNB Chain
Documentation
1
2
3
4
5
6
7
8
//! REST client for the Strike indexer API.
//!
//! Used for startup snapshots — live data comes from on-chain WSS subscriptions.

pub mod client;
pub mod types;

pub use client::IndexerClient;