Interface iSendClaimAlertsPayload

interface iSendClaimAlertsPayload {
    claimAlerts: { bitbadgesAddresses: string[]; message: string }[];
}

Properties

Properties

claimAlerts: { bitbadgesAddresses: string[]; message: string }[]

The claim alerts to send to users.

Type declaration

  • bitbadgesAddresses: string[]

    The addresses to send the claim alert to.

  • message: string

    The message to send to the user.

MMNEPVFCICPMFPCPTTAAATR