TransactionNotification_Type$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionNotificationDescriptor instead')
const TransactionNotification_Type$json = const {
  '1': 'Type',
  '2': const [
    const {'1': 'UNCONFIRMED', '2': 0},
    const {'1': 'CONFIRMED', '2': 1},
  ],
};