NotifyRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use notifyRequestDescriptor instead')
const NotifyRequest$json = const {
  '1': 'NotifyRequest',
  '2': const [
    const {
      '1': 'block_height',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.BlockHeight',
      '8': const {},
      '10': 'blockHeight'
    },
    const {
      '1': 'max_fee',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.ICPTs',
      '8': const {},
      '10': 'maxFee'
    },
    const {
      '1': 'from_subaccount',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.Subaccount',
      '8': const {},
      '10': 'fromSubaccount'
    },
    const {
      '1': 'to_canister',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.ic_base_types.pb.v1.PrincipalId',
      '8': const {},
      '10': 'toCanister'
    },
    const {
      '1': 'to_subaccount',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.Subaccount',
      '8': const {},
      '10': 'toSubaccount'
    },
  ],
  '7': const {},
};