pub type NetworkId { TestAlbatross UnitAlbatross MainAlbatross }
TestAlbatross
UnitAlbatross
MainAlbatross
pub fn from_int(value: Int) -> Result(NetworkId, String)
pub fn to_int(network_id: NetworkId) -> Int