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
VyVerifySignatureRequest
Request data for the operation
Returns
VyTask Verification of the signed signature successful.
Last updated 3 months ago