EvmVerifyPayload
Defined in: siwx-evm/src/types.ts:30
A signed CAIP-122 message with a hex-typed EVM signature. The verifiers of this package take the message and the signature as separate arguments; this type is provided for typing request bodies.
Extends
Properties
message
message:
string
Defined in: siwx-core/src/types.ts:204
The exact CAIP-122 message string that was signed.
Inherited from
signature
signature:
`0x${string}`
Defined in: siwx-evm/src/types.ts:32
The hex-encoded (0x…) signature returned by the wallet.
Overrides
Last updated on