SiwxVerifyResult
Defined in: types.ts:212
Result of a signature verification. Verification functions return this object instead of throwing.
Extended by
Properties
data?
optionaldata?:SiwxMessageFields
Defined in: types.ts:218
The parsed message. Present only when success is true.
error?
optionalerror?: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