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.
pub trait Network:
NetworkInfo
+ NetworkClient
+ Send
+ Sync { }Network trait specifies the functionality of a network type such as mainnet, testnet or any other networks that are not specified in this library.