Skip to Content
Packages@tuwaio/siwx-evmInterfacesEvmVerifyOptions

EvmVerifyOptions

Defined in: siwx-evm/src/types.ts:11 

Options of the EVM verifiers (verifyEvmSignature, verifyEip191, verifyEip1271).

Properties

publicClient?

optional publicClient?: 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?

optional skipExpiration?: boolean

Defined in: siwx-evm/src/types.ts:23 

Skips the check that the message expirationTime has not passed.

Default

false
Last updated on