VerifySignature

Description

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

public static VyTask<bool> VerifySignature(VyVerifySignatureRequest reqParams)

Parameters

reqParams

Request data for the operation

Returns

VyTask Verification of the signed signature successful.

Last updated