union
union copied to clipboard
feat(ibc-union): Add query responses
Adds QueryResponses
macro for the union-ibc
contract along with a cw-orch interface.
Current issues:
- Some return types do not implement cw-serde and need to
- We should feature-gate the cw-orch interfaces.