Class MultiChainValidationModule

Hierarchy (view full)

Constructors

Properties

entryPointAddress: `0x${string}`
moduleAddress: `0x${string}`
signer: SmartAccountSigner<any>
version: "V1_0_0" = "V1_0_0"

Methods

  • Signs a message using the appropriate method based on the type of signer.

    Parameters

    • _message: string | Uint8Array

    Returns Promise<string>

    A promise resolving to the signature or error message.

    Throws

    If the signer type is invalid or unsupported.