CyclesNotificationResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use cyclesNotificationResponseDescriptor instead')
const CyclesNotificationResponse$json = const {
  '1': 'CyclesNotificationResponse',
  '2': const [
    const {
      '1': 'created_canister_id',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ic_base_types.pb.v1.PrincipalId',
      '9': 0,
      '10': 'createdCanisterId'
    },
    const {
      '1': 'refund',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.Refund',
      '9': 0,
      '10': 'refund'
    },
    const {
      '1': 'topped_up',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.ToppedUp',
      '9': 0,
      '10': 'toppedUp'
    },
  ],
  '8': const [
    const {'1': 'response'},
  ],
};