CountryInfo
Country information structure
struct CountryInfo {
bytes2 iso2; // ISO2 country code
uint32 timestamp; // Registration timestamp
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Country information structure
struct CountryInfo {
bytes2 iso2; // ISO2 country code
uint32 timestamp; // Registration timestamp
}