-
Notifications
You must be signed in to change notification settings - Fork 20
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
Added Unit variant to execute and query fns #196
Conversation
Codecov Report
|
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.
Nice improvement, few small nits
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.
Nice, anything blocks it from opening pr?
I'll leave merges on this repo to you @Kayanski from now on :) |
Added Unit and Unnamed variants to execute and query fns
This PR aims at allowing projects to use unit variants in the ExecuteMsg and QueryMsg and still be able to use ExecuteFns and QueryFns.
An example usage is using cw-orch with Polytone : https://github.com/DA0-DA0/polytone/blob/a94feae54ee20cb51d8533d79229296e52164859/contracts/main/note/src/msg.rs#L59