pub trait Network: NetworkInfo + NetworkClient + Send + Sync { }
Expand description

Network trait specifies the functionality of a network type such as mainnet, testnet or any other networks that are not specified in this library.

Implementors