Send$json top-level constant

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

Implementation

@$core.Deprecated('Use sendDescriptor instead')
const Send$json = const {
  '1': 'Send',
  '2': const [
    const {
      '1': 'from',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.AccountIdentifier',
      '10': 'from'
    },
    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'
    },
    const {
      '1': 'max_fee',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.ICPTs',
      '10': 'maxFee'
    },
  ],
};