ParameterChangeProposal$json top-level constant

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

Implementation

@$core.Deprecated('Use parameterChangeProposalDescriptor instead')
const ParameterChangeProposal$json = const {
  '1': 'ParameterChangeProposal',
  '2': const [
    const {'1': 'title', '3': 1, '4': 1, '5': 9, '10': 'title'},
    const {'1': 'description', '3': 2, '4': 1, '5': 9, '10': 'description'},
    const {'1': 'changes', '3': 3, '4': 3, '5': 11, '6': '.cosmos.params.v1beta1.ParamChange', '8': const {}, '10': 'changes'},
  ],
  '7': const {},
};