pub trait TreeViewer:
BlockchainTreeViewer
+ BlockchainTreePendingStateProvider
+ CanonStateSubscriptions
+ BlockchainTreeEngine { }
Expand description
Helper trait to combine all the traits we need for the BlockchainProvider
This is a temporary solution