Algorithm$json top-level constant
Implementation
@$core.Deprecated('Use algorithmDescriptor instead')
const Algorithm$json = {
'1': 'Algorithm',
'2': [
{'1': 'UNKNOWN', '2': 0},
{'1': 'SECP256K1', '2': 1},
{'1': 'ED25519', '2': 2},
],
};