networkRegistry top-level constant
Container for information about topl networks
This could be used also for other than Torus networks when this library gets extended A Network represents a Topl network
Implementation
const networkRegistry = <String, int>{
'toplnet': 0x01,
'valhalla': 0x10,
'private': 0x40
};