Type alias Notification

Notification: {
    payload: {
        bidAmount: number | BN;
        sfxId: string;
    };
    type: NotificationType;
}

Event notification type

Type declaration

  • payload: {
        bidAmount: number | BN;
        sfxId: string;
    }
    • bidAmount: number | BN
    • sfxId: string
  • type: NotificationType

Generated using TypeDoc