📄️ Pre-registration of username Signature Structure
To authorize the preRegistrationUsername operation, the user (_user) must generate a cryptographic signature compliant with the EIP-191 standard.
📄️ Registration of username Signature Structure
To authorize the registrationUsername operation (the reveal phase following pre-registration), the user must generate a cryptographic signature compliant with the EIP-191 standard .
📄️ Make Offer Signature Structure
To authorize the makeOffer operation within the MNS service, the user (the offeror) must generate a cryptographic signature compliant with the EIP-191 standard.
📄️ Withdraw Offer Signature Structure
To authorize the withdrawOffer operation within the MNS service, the user (the original offeror) must generate a cryptographic signature compliant with the EIP-191 standard.
📄️ Accept Offer Signature Structure
To authorize the acceptOffer operation within the MNS service, the user who currently owns the username must generate a cryptographic signature compliant with the EIP-191 standard.
📄️ Renew Username Signature Structure
To authorize the renewUsername operation within the MNS service, the user who currently owns the username must generate a cryptographic signature compliant with the EIP-191 standard.
📄️ Add Custom Metadata Signature Structure
To authorize the addCustomMetadata operation within the MNS service, the user who currently owns the username must generate a cryptographic signature compliant with the EIP-191 standard.
📄️ Remove Custom Metadata Signature Structure
To authorize the removeCustomMetadata operation within the MNS service, the user who currently owns the username must generate a cryptographic signature compliant with the EIP-191 standard.