Check signature

Check if the connected wallet is the one who signed given signature

This is ecRecover function. Recovers the account that signed the data.

Parameters

Parameter name
Type
Description

Data that was signed

Text

Data that was used to sign, must be exactly the same, changing any character will result in incorrect results.

Signature

Text

The signature that was received after signing

Events

Event name
Description

Signature Checked

States

State name
Type
Description

Sign: Signed by Address

Text

Contains the wallet address whose signature it is. Compare it to the connected wallet address to see if it is the same address.

Last updated