bscscan 0.5.1

BSC (Binance Smart Chain) non-async API in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
// just re-export the contained modules here

/// Accounts API group / namespace
pub mod accounts;

/// Stats API group / namespace
pub mod stats;

/// Contracts API group / namespace
pub mod contracts;