-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Update doc #12
Update doc #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks beautiful; just a couple of nits
pages/contracts/erc5564-contract.mdx
Outdated
|
||
### Announcement | ||
|
||
The `Announcement` event is emitted to when the `announce` function is called. Here are the key components of this event: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The `Announcement` event is emitted to when the `announce` function is called. Here are the key components of this event: | |
The `Announcement` event is emitted when the `announce` function is called. Here are the key components of this event: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pages/contracts/erc5564-contract.mdx
Outdated
) external | ||
``` | ||
|
||
### Description |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Description | |
#### Description |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pages/contracts/erc6538-contract.mdx
Outdated
|
||
The `StealthMetaAddressSet` event is emitted when a registrant updates their stealth meta-address. | ||
|
||
- **registrant** (`address`): The account that the registered the stealth meta-address belongs to. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **registrant** (`address`): The account that the registered the stealth meta-address belongs to. | |
- **registrant** (`address`): The account the registered stealth meta-address belongs to. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pages/contracts/erc6538-contract.mdx
Outdated
); | ||
``` | ||
|
||
### NonceIncremented |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe events, errors, and funcs can be code
to differentiate between other headers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### NonceIncremented | |
### `NonceIncremented` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in f98ca20
No description provided.