Skip to Content
API referenceSIWX CoreSrcInterfacesSiwxVerifyPayload

API Reference — @tuwaio/siwx (CAIP-122 Authentication Layer)


SiwxVerifyPayload

Defined in: packages/siwx-core/src/types.ts:118 

The payload submitted for signature verification.

Properties

message

message: string

Defined in: packages/siwx-core/src/types.ts:120 

The raw CAIP-122 compliant message string that was signed.


signature

signature: string

Defined in: packages/siwx-core/src/types.ts:122 

The signature produced by the wallet.

Last updated on