Skip to content
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

Issue generating types for cw-nfts #26

Closed
jhernandezb opened this issue Apr 18, 2024 · 3 comments · Fixed by #27
Closed

Issue generating types for cw-nfts #26

jhernandezb opened this issue Apr 18, 2024 · 3 comments · Fixed by #27

Comments

@jhernandezb
Copy link

When I try generating types for the latest main branch of cw-nfts I get this error panic: response get_withdraw_address is not supported, please create an issue in https://github.com/srdtrk/go-codegen

      {
        "type": "object",
        "required": ["get_withdraw_address"],
        "properties": {
          "get_withdraw_address": {
            "type": "object",
            "additionalProperties": false
          }
        },
        "additionalProperties": false
      }
@srdtrk
Copy link
Owner

srdtrk commented Apr 18, 2024

I've pushed a fix for this, please let me know if it resolves your issue. I'll tag a release now. Once you verify, I can close this issue @jhernandezb

@srdtrk srdtrk reopened this Apr 18, 2024
@jhernandezb
Copy link
Author

Tested it with latest main branch is working now! thank you!

@srdtrk
Copy link
Owner

srdtrk commented Apr 18, 2024

No problem!

@srdtrk srdtrk closed this as completed Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants