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': 'pub_key', '3': 1, '4': 1, '5': 12, '10': 'pubKey'},
    const {'1': 'signature', '3': 2, '4': 1, '5': 12, '10': 'signature'},
    const {
      '1': 'account_number',
      '3': 3,
      '4': 1,
      '5': 3,
      '10': 'accountNumber'
    },
    const {'1': 'sequence', '3': 4, '4': 1, '5': 3, '10': 'sequence'},
  ],
  '3': const [Signature_PubKey$json],
};