We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The contract I'm querying returns a fixed array.
Result::unwrap()on anErr` value: Error(InvalidOutputType("Expected single element, got a list: [Bool(true), Uint(0x5ada606a), Uint(0x0)]")
on an
I assume that is supported via the FixedArray macro? What signature, type definition has to be used for the query call to trigger/handle this?
The text was updated successfully, but these errors were encountered:
figured it out .. would be nice to have more examples let result: (bool, u64, u64) = contract.query ...
Sorry, something went wrong.
No branches or pull requests
The contract I'm querying returns a fixed array.
Result::unwrap()
on an
Err` value: Error(InvalidOutputType("Expected single element, got a list: [Bool(true), Uint(0x5ada606a), Uint(0x0)]")I assume that is supported via the FixedArray macro? What signature, type definition has to be used for the query call to trigger/handle this?
The text was updated successfully, but these errors were encountered: