Hierarchy

  • NotificationHandler

Implements

Constructors

Properties

walletRef: IWalletHandler

Methods

  • Private

    Check Notification count for target address.

    Parameters

    • forAddress: string

      Bech32 address for target.

    Returns Promise<IBaseNotiResponse>

  • Get target Notification for target receiver.

    Parameters

    • forAddress: string

      Bech32 address of receiver of Notification.

    • index: number

      Index of Notification to retrieve.

    Returns Promise<QueryGetNotificationsResponse>

  • Modify previously sent Notification. Does not re-notify receiver.

    Parameters

    • count: number

      Index of Notification to update.

    • notification: string

      New Notification content.

    • address: string

      Bech32 address of recipient.

    Returns EncodeObject

Generated using TypeDoc