This commit is contained in:
2026-04-29 20:07:18 +02:00
parent 0b36caf77d
commit 0f228b2ae5
8 changed files with 1650 additions and 20 deletions

View File

@@ -29,6 +29,9 @@ mod tx_resolution;
mod types;
mod wallet_observation;
mod ws_client;
mod ws_hybrid_observation;
mod ws_hybrid_runtime;
mod ws_hybrid_watch;
mod ws_manager;
pub use config::KbAppConfig;
@@ -295,6 +298,13 @@ pub use ws_client::WsClient;
pub use ws_client::WsEvent;
pub use ws_client::WsOutgoingMessage;
pub use ws_client::WsSubscriptionInfo;
pub use ws_hybrid_observation::KbWsHybridObservationResult;
pub use ws_hybrid_observation::KbWsHybridObservationService;
pub use ws_hybrid_runtime::KbWsHybridRuntimeService;
pub use ws_hybrid_watch::KbWsHybridWatchService;
pub use ws_hybrid_watch::KbWsHybridWatchSnapshot;
pub use ws_hybrid_watch::KbWsWatchTarget;
pub use ws_hybrid_watch::KbWsWatchTargetKind;
pub use ws_manager::WsManagedEndpointSnapshot;
pub use ws_manager::WsManager;
pub use ws_manager::WsManagerSnapshot;