Coin$json top-level constant

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

Implementation

@$core.Deprecated('Use coinDescriptor instead')
const Coin$json = const {
  '1': 'Coin',
  '2': const [
    const {'1': 'denom', '3': 1, '4': 1, '5': 9, '10': 'denom'},
    const {'1': 'amount', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'amount'},
  ],
  '7': const {},
};