asterdex-sdk 0.1.5

AsterDex Futures SDK v3 — Rust async client for REST and WebSocket APIs
Documentation
1
2
3
4
5
// US-002: Auth module — EIP-712 signing engine + credentials
mod credentials;
pub(crate) mod eip712;

pub use credentials::Credentials;