Source code
Revision control
Copy as Markdown
Other Tools
/// This interface provides a value-export of the default network handle..
interface instance-network {
use network.{network};
/// Get a handle to the default network.
instance-network: func() -> network;
}