We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RegisterParams
The registerParams struct can be more complete by adding the following properties making it easier for the frontend to integrate with it.
registerParams
available
token
The final struct would look like the following:
struct RegisterParams { uint256 price; bool available; address token; uint256 commitTime; bytes extraData; }
The text was updated successfully, but these errors were encountered:
pikonha
No branches or pull requests
Feature Request
The
registerParams
struct can be more complete by adding the following properties making it easier for the frontend to integrate with it.Describe Preferred Solution
available
: whether the domains is available for registeringtoken
: EIP-7528 token address enabling ERC-20 payments.The final struct would look like the following:
QA Replication steps
registerParams
available
andtoken
propertiesThe text was updated successfully, but these errors were encountered: