Sending Action
Last updated
Last updated
There are many ways to get the signature signed by users. No matter which way NFT Data Chain will need the signature with a signed message, as shown below.
This is the protection to the users to ensure that no one can make a call on their behalf or use a signature on another action. But anyway, in this mode, the creator has complete control of the NFT, so the creator must verify this message by themselves.
Cause in this mode, the creator has complete control of NFT Data. The creator needs to verify incoming data by themselves. Needed verifications are:
Verify that the signer is the same as the NFT holder
Verify that the metadata on NFT Data Chain is up to date with origin data
Verify that action is correct
Verify that signature is not expired.