ValidateSignedMessage
Validates a signed message. Usually used server-side to authenticate player's messages.
Last updated
Validates a signed message. Usually used server-side to authenticate player's messages.
Last updated
FString
Message
The original message.
FString
SignedMessage
The signed message that we want to check.
FString
Address
The address that signed the message.
bool
Response
If the message was signed correctly by the given address and therefore is valid.
EErrorCode
Status Code
The status code.