sol-shred-sdk 3.0.2

Solana raw shred and ShredStream decoding SDK with multi-DEX event parsing.
1
2
3
4
5
6
7
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Socket {
    #[prost(string, tag = "1")]
    pub ip: String,
    #[prost(uint32, tag = "2")]
    pub port: u32,
}