BondStatus$json top-level constant
Implementation
@$core.Deprecated('Use bondStatusDescriptor instead')
const BondStatus$json = {
'1': 'BondStatus',
'2': [
{'1': 'BOND_STATUS_UNSPECIFIED', '2': 0, '3': {}},
{'1': 'BOND_STATUS_UNBONDED', '2': 1, '3': {}},
{'1': 'BOND_STATUS_UNBONDING', '2': 2, '3': {}},
{'1': 'BOND_STATUS_BONDED', '2': 3, '3': {}},
],
'3': {},
};