strike-sdk 0.2.14

Rust SDK for Strike prediction markets on BNB Chain
Documentation
1
2
3
4
5
6
7
//! Event subscription and historical scanning.
//!
//! - [`subscribe`] — live WSS event streams with auto-reconnect
//! - [`scan`] — historical event scanning via chunked `getLogs`

pub mod scan;
pub mod subscribe;