Tooling
Module SDK
Modules
getDkim

⚠️ Deprecation Notice

ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.

Rhinestone SDK Documentation (opens in a new tab)

getDkim

Get the address of the DKIM verification contract used for validating email signatures.

Usage

const dkimAddress = await getDkim({
  client: publicClient
})

Parameters

client

  • Type: PublicClient

The public client instance used to interact with the blockchain.

Returns

dkimAddress

  • Type: Promise<Address>

Returns the address of the DKIM verification contract.

If the contract call fails, returns the zero address (0x0000000000000000000000000000000000000000).