@cfxlabsinc/b2b-services
    Preparing search index...

    Builds the DEPOSIT (type DIRECT) email payload for a manual-mint event and hands it to the CustomerNotificationService core. Lives in backoffice-services (next to the writer) so it can use the ManualMint domain type; the writer calls notify right where it publishes the event + busts the cache, gated identically to the customer event.

    Relocated from the customer-dashboard sendManualMintNotification handler.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Notify the relevant recipients of a manual-mint event. Best-effort.

      customerId is the wallet-resolved owning customer the writer already looked up (manual mints aren't customer-pinned); created distinguishes the deposit.manualMint.created event from deposit.manualMint.statusUpdated.

      Parameters

      • __namedParameters: { created: boolean; customerId: string; manualMint: ManualMint }

      Returns Promise<void>