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
This of course means for price values evmc_uint256be needs to be added back, but storage_set/storage_get/hashes evmc_bytes32 would be used.
evmc_uint256be
storage_set
storage_get
hashes
evmc_bytes32
The text was updated successfully, but these errors were encountered:
I like it.
We can add alias uint256be for bytes32 for special cases as value and difficulty.
uint256be
bytes32
Sorry, something went wrong.
@chfast @gumb0 suggested to use typedef. Need to check if rust-bindgen likes that.
typedef
Successfully merging a pull request may close this issue.
This of course means for price values
evmc_uint256be
needs to be added back, butstorage_set
/storage_get
/hashes
evmc_bytes32
would be used.The text was updated successfully, but these errors were encountered: