EvmVerifyResult
Defined in: siwx-evm/src/types.ts:38
Result of an EVM verification, with the method that succeeded.
Extends
Properties
data?
optionaldata?:SiwxMessageFields
Defined in: siwx-core/src/types.ts:218
The parsed message. Present only when success is true.
Inherited from
error?
optionalerror?:string
Defined in: siwx-core/src/types.ts:222
Human-readable reason of the failure. Present only when success is false.
Inherited from
method?
optionalmethod?:"eip191"|"eip1271"
Defined in: siwx-evm/src/types.ts:44
The verification method, set only when success is true.
eip191: EOA signature recovery.eip1271: smart contract wallet check viaisValidSignature.
success
success:
boolean
Defined in: siwx-core/src/types.ts:214
true when the message is valid and the signature matches its address.
Inherited from
Last updated on