-
Notifications
You must be signed in to change notification settings - Fork 38
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
Document new associate methods #131
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.
i might've missed it, but does this include the method to associate via pubkey?
@@ -11,6 +11,64 @@ Association takes place when the wallet first signs and broadcasts any transacti | |||
|
|||
## Functions | |||
|
|||
### Transactions | |||
- `associate`: Associates an EVM address with it's corresponding Cosmos address on chain using a signature. For association via a pubkey, use `associatePubKey` instead. |
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.
nit: Cosmos -> Sei native
@besated yes I asked the same thing because it looks so familiar. It is basically the same as before, except you can do it for the other wallet without that wallet having 1 wei now. |
* document new associate methods * typo
What is the purpose of the change?
Add documentation about the new associate methods in the addr precompile
Describe the changes to the documentation
Documentats the new associate methods in the addr precompile, including examples for how to use them.
Notes