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 = const {
  '1': 'SignerInfo',
  '2': const [
    const {'1': 'public_key', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Any', '10': 'publicKey'},
    const {'1': 'mode_info', '3': 2, '4': 1, '5': 11, '6': '.cosmos.tx.v1beta1.ModeInfo', '10': 'modeInfo'},
    const {'1': 'sequence', '3': 3, '4': 1, '5': 4, '10': 'sequence'},
  ],
};