lighter-rust 0.2.0

A comprehensive Rust SDK for the Lighter trading platform with async/await, WebSocket support, and Ethereum wallet integration
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(dead_code)]
pub mod account;
pub mod announcement;
pub mod block;
pub mod bridge;
pub mod candlestick;
pub mod funding;
pub mod info;
pub mod notification;
pub mod order;
pub mod referral;
pub mod root;
pub mod transaction;