Trait utility_workspaces::Network

source ·
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§

source§

impl<T> Network for T