EvmVerifyOptions
Defined in: siwx-evm/src/types.ts:11
Options of the EVM verifiers (verifyEvmSignature, verifyEip191, verifyEip1271).
Properties
publicClient?
optionalpublicClient?:PublicClient
Defined in: siwx-evm/src/types.ts:17
viem PublicClient connected to the chain of the message. Required by verifyEip1271; without it,
verifyEvmSignature only performs EIP-191 (EOA) verification. The verifiers do not check that the
client’s chain matches the message chainId.
skipExpiration?
optionalskipExpiration?:boolean
Defined in: siwx-evm/src/types.ts:23
Skips the check that the message expirationTime has not passed.
Default
falseLast updated on