Interface SignMessageVerificationOptions

interface SignMessageVerificationOptions {
    expectedAddress?: string;
    expectedChainIds?: string[];
    expectedDomains?: string[];
    issuedAtThreshold?: number;
}

Properties

expectedAddress?: string
expectedChainIds?: string[]
expectedDomains?: string[]
issuedAtThreshold?: number