Function rasi_syscall::global_network
source · pub fn global_network() -> &'static dyn NetworkAvailable on crate feature
net only.Expand description
Get the globally registered instance of Network.
§Panic
You should call register_global_network first to register implementation,
otherwise this function will cause a panic with Call register_global_network first