Expand description
Sui DeepBook source plugin for Drasi.
This source monitors the Sui blockchain for DeepBook package events using either gRPC checkpoint streaming (recommended) or JSON-RPC polling (legacy fallback), and emits them as Drasi source changes.
Re-exports§
pub use config::StartPosition;pub use config::SuiDeepBookSourceConfig;pub use config::Transport;pub use config::DEFAULT_DEEPBOOK_PACKAGE_ID;pub use config::DEFAULT_SUI_MAINNET_GRPC;pub use config::DEFAULT_SUI_MAINNET_RPC;