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
SBL v1.2.0 / Chrome
Tuple not displayed correctly in contract -> interact window
function getData(bytes32 hash) external view returns (uint256, uint8, uint8, uint256);
uint256 2027 uint8 5 uint8 1 uint256 19678500
uint256 2027,5,1,19678500 uint8 2027,5,1,19678500 uint8 2027,5,1,19678500 uint256 2027,5,1,19678500
100% on my side, not checked v1.3.0.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment/Browser
SBL v1.2.0 / Chrome
Description
Tuple not displayed correctly in contract -> interact window
Steps to reproduce
function getData(bytes32 hash) external view returns (uint256, uint8, uint8, uint256);
Expected result
Actual result
Reproducible
100% on my side, not checked v1.3.0.
The text was updated successfully, but these errors were encountered: