Skip to main content

Crate sol_shred_sdk

Crate sol_shred_sdk 

Source

Re-exports§

pub use common::logs_events::PumpfunEvent;
pub use common::AnyResult;
pub use core::DexEvent;
pub use core::EventMetadata;
pub use grpc::types::EventType;
pub use grpc::types::EventTypeFilter;
pub use grpc::types::Protocol;
pub use grpc::ShredStreamGrpc;Deprecated
pub use parser::PumpfunEventParser;
pub use parser::PumpfunParserConfig;
pub use shred::RawShredClient;
pub use shred::RawShredConfig;
pub use shred::RawShredDecoder;
pub use shred::ShredEntryBatch;
pub use shred::ShredTxBatch;
pub use shredstream::parse_transaction_dex_events;
pub use shredstream::parse_transaction_dex_events_with_filter;
pub use shredstream::JitoShredStreamConfig;
pub use shredstream::ShredDecodeMode;
pub use shredstream::ShredStreamClient;
pub use shredstream::ShredStreamConfig;

Modules§

accounts
common
constants
core
Solana DEX 事件解析器核心模块
grpc
instr
指令解析器模块
logs
Log parser module
parser
Transaction-level event parsers.
shred
Raw Solana shred decoding.
shredstream
Multi-source ShredStream-compatible client API.