Skip to Content

SiwxVerifyPayload

Defined in: types.ts:202 

A signed CAIP-122 message, as sent from the client to the verifier.

Extended by

Properties

message

message: string

Defined in: types.ts:204 

The exact CAIP-122 message string that was signed.


signature

signature: string

Defined in: types.ts:206 

The wallet signature: hex (0x…) for EVM, base58 for Solana.

Last updated on