SignatureScheme$json top-level constant
Implementation
@$core.Deprecated('Use signatureSchemeDescriptor instead')
const SignatureScheme$json = {
'1': 'SignatureScheme',
'2': [
{'1': 'SIGNATURE_SCHEME_NONE', '2': 0},
{'1': 'SIGNATURE_SCHEME_ED25519', '2': 1},
{'1': 'SIGNATURE_SCHEME_EIP712', '2': 2},
],
};