lighter-sdk 0.1.1

Rust SDK for interacting with the Lighter exchange over REST, WebSocket, and signer-backed transaction flows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![doc = include_str!("../README.md")]

pub mod client;
pub mod config;
pub mod constants;
pub mod error;
pub mod ffi;
pub mod models;
pub mod nonce;
pub mod rest;
pub mod types;
pub mod ws;