State sync engine for xenith.
Provides [SyncEngine], which orchestrates cross-chain state propagation by
composing any [xenith_core::MessagingTransport] with a pluggable
[xenith_core::StateStore]. Depends on [xenith_core] for traits and types,
and optionally on [xenith_read] for on-chain quorum verification. Diverged
state is never silently resolved — callers always decide.
use Arc;
use ;
use ;
use Bytes;
# async
See the [xenith_core] crate for core types and traits.