//! ChainTracker trait for verifying Merkle roots against the blockchain.
use crateTransactionError;
use async_trait;
/// Trait for verifying Merkle roots against the blockchain.
///
/// Implementations query a network service to determine whether a given Merkle root
/// is valid for a specific block height and optionally return the current chain tip.