SignerInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use signerInfoDescriptor instead')
const SignerInfo$json = {
  '1': 'SignerInfo',
  '2': [
    {
      '1': 'public_key_type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.TW.Cosmos.Proto.SignerPublicKeyType',
      '10': 'publicKeyType'
    },
    {'1': 'json_type', '3': 2, '4': 1, '5': 9, '10': 'jsonType'},
    {'1': 'protobuf_type', '3': 3, '4': 1, '5': 9, '10': 'protobufType'},
  ],
};