SignatureScheme$json top-level constant

  1. @Deprecated('Use signatureSchemeDescriptor instead')
Map<String, Object> const SignatureScheme$json

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},
  ],
};