-
Notifications
You must be signed in to change notification settings - Fork 470
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
InvalidOutputType("Expected single element, got an empty list") #655
Comments
Provide a PR for this: #656 |
The no-value return type is |
Yeah, it says trait web3::contract::tokens::Tokenizable not implemented for |
@tomusdrw anything happening? |
Do you mind providing a full example? I don't think parsing an empty value into an empty list as proposed in #656 is the correct behavior. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey everyone,
referencing this, obiously #115
The contract I'm querying doesn't have explicit return value. Therefore I'm getting an error of
InvalidOutputType("Expected single element, got a list: []")
How do I type it correctly? web3::contract::Result of something?
The text was updated successfully, but these errors were encountered: