function sendRegistrationWebhooks
sendRegistrationWebhooks(
entries: RegistrationEntry[],
currency: string,
): Promise<void>

Send consolidated webhook to all unique webhook URLs for the given entries

Parameters

currency: string

Return Type

Promise<void>

Usage

import { sendRegistrationWebhooks } from "doc.ts";