pub trait SnapshotClient: BlockChainClient + BlockInfo + DatabaseRestore { }
Expand description

Trait alias for the Client Service used

Implementors