For the complete documentation index, see llms.txt. This page is also available as Markdown.

verifySignature

Description

Cryptographically verifies that a signature was signed by a specific wallet address for the given message or data.

public verifySignature(reqParams: VyVerifySignatureRequest) : VyPromise<Boolean>

Parameters

reqParams

Request data for the operation

Returns

VyPromise Verification of the signed signature successful.

Last updated