export enum NotificationCommand {
  TRANSACTION_STATUS_CHANGED = 'transactionStatusChanged',
  VERIFICATION_FINISHED = 'verificationFinished'
}
