Mint$json top-level constant

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

Implementation

@$core.Deprecated('Use mintDescriptor instead')
const Mint$json = const {
  '1': 'Mint',
  '2': const [
    const {
      '1': 'to',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.AccountIdentifier',
      '10': 'to'
    },
    const {
      '1': 'amount',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.ICPTs',
      '10': 'amount'
    },
  ],
};