Skip to Content

SiwxVerifyResult

Defined in: types.ts:212 

Result of a signature verification. Verification functions return this object instead of throwing.

Extended by

Properties

data?

optional data?: SiwxMessageFields

Defined in: types.ts:218 

The parsed message. Present only when success is true.


error?

optional error?: string

Defined in: types.ts:222 

Human-readable reason of the failure. Present only when success is false.


success

success: boolean

Defined in: types.ts:214 

true when the message is valid and the signature matches its address.

Last updated on