k256-sdk 0.1.0

Official Rust SDK for K256 - the gateway to Solana's liquidity ecosystem
Documentation
1
2
3
4
5
6
7
//! WebSocket client and binary decoder.

mod client;
mod decoder;

pub use client::{Config, K256WebSocketClient, SubscribeRequest};
pub use decoder::decode_message;