Module unc_workspaces::network
source · Expand description
Re-exports§
pub use self::betanet::Betanet;pub use self::custom::Custom;pub use self::mainnet::Mainnet;pub use self::testnet::Testnet;
Modules§
Structs§
- Local sandboxed environment/network, which can be used to test without interacting with networks that are online such as mainnet and testnet. Look at
workspaces::sandboxfor how to spin up a sandboxed network and interact with it.
Enums§
Traits§
Functions§
- Request an unused port from the OS.