HashPublicKey$json top-level constant

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

Implementation

@$core.Deprecated('Use hashPublicKeyDescriptor instead')
const HashPublicKey$json = const {
  '1': 'HashPublicKey',
  '2': const [
    const {'1': 'data_hash', '3': 1, '4': 1, '5': 12, '10': 'dataHash'},
    const {
      '1': 'public_key_hash',
      '3': 2,
      '4': 1,
      '5': 12,
      '10': 'publicKeyHash'
    },
  ],
};