ValidateSignedMessage

Validates a signed message. Usually used server-side to authenticate player's messages.

Inputs

TypeNameDescription

FString

Message

The original message.

FString

SignedMessage

The signed message that we want to check.

FString

Address

The address that signed the message.

Outputs

TypeDescription

bool

Response

If the message was signed correctly by the given address and therefore is valid.

EErrorCode

Status Code

The status code.

Last updated