Signature$json top-level constant

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

Implementation

@$core.Deprecated('Use signatureDescriptor instead')
const Signature$json = const {
  '1': 'Signature',
  '2': const [
    const {'1': 'scheme', '3': 1, '4': 1, '5': 14, '6': '.spacemesh.v1.Signature.Scheme', '10': 'scheme'},
    const {'1': 'signature', '3': 2, '4': 1, '5': 12, '10': 'signature'},
    const {'1': 'public_key', '3': 3, '4': 1, '5': 12, '10': 'publicKey'},
  ],
  '4': const [Signature_Scheme$json],
};