ValidatorHealth$json top-level constant
Implementation
@$core.Deprecated('Use validatorHealthDescriptor instead')
const ValidatorHealth$json = {
'1': 'ValidatorHealth',
'2': [
{'1': 'Ok', '2': 0},
{'1': 'Unhealthy', '2': 1},
{'1': 'Unknown', '2': 2},
],
};