pub trait ChainClient: RegisterRpcs + Verify + Load + Start + Flush + Stop + SetMockTime { }
Expand description

| Interface to let node manage chain clients | (wallets, or maybe tools for monitoring and | analysis in the future).

Implementors§