VerifySignature
Cryptographically verifies that a signature was signed by a specific wallet address for the given message or data.
void VerifySignature(const FVyVerifySignatureRequest& Params, const FVyOnVerifySignatureComplete& OnComplete) const;Parameters
OnComplete
FVyOnVerifySignatureComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnVerifySignatureComplete) Contains a bool response type
Last updated