PublicKeyOrHash$json top-level constant

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

Implementation

@$core.Deprecated('Use publicKeyOrHashDescriptor instead')
const PublicKeyOrHash$json = {
  '1': 'PublicKeyOrHash',
  '2': [
    {'1': 'pubkey', '3': 1, '4': 1, '5': 12, '9': 0, '10': 'pubkey'},
    {'1': 'hash', '3': 2, '4': 1, '5': 12, '9': 0, '10': 'hash'},
  ],
  '8': [
    {'1': 'variant'},
  ],
};