-
Notifications
You must be signed in to change notification settings - Fork 359
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
Example of parsing SubMessage data field #509
Comments
After the new cw-plus (v0.10.1) is released, this can be shown by refactoring tgrade-valset to use the new helpers in #480. Then we can copy / reference that in the docs. |
I'd like to update something we have already open sourced, so I can link it this week |
OK, I can take this after you cut the new release. |
There's a case in multi-test where |
Sounds good. |
See #515. Example is pretty simple, not sure it will be useful for what you want. |
I think it is good enough. At least some working code I can link to. |
Builds on #502 / #480
Let's show a live example somewhere using these field to parse a SubMessage response. This can be only in test code, maybe in multitest. Best if used in production code. Maybe rust doc??
Point is something to link to to show how to use SubMessage to instantiate a contract and get it's address.
The text was updated successfully, but these errors were encountered: