TransactionNotificationRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionNotificationRequestDescriptor instead')
const TransactionNotificationRequest$json = const {
  '1': 'TransactionNotificationRequest',
  '2': const [
    const {
      '1': 'from',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ic_base_types.pb.v1.PrincipalId',
      '10': 'from'
    },
    const {
      '1': 'from_subaccount',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.Subaccount',
      '10': 'fromSubaccount'
    },
    const {
      '1': 'to',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.ic_base_types.pb.v1.PrincipalId',
      '10': 'to'
    },
    const {
      '1': 'to_subaccount',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.Subaccount',
      '10': 'toSubaccount'
    },
    const {
      '1': 'block_height',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.BlockHeight',
      '10': 'blockHeight'
    },
    const {
      '1': 'amount',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.ICPTs',
      '10': 'amount'
    },
    const {
      '1': 'memo',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.Memo',
      '10': 'memo'
    },
  ],
};