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 from_be_bytes and from_le_bytes constructors in cosmwasm-std seem to be present for most integer types except for Uint64 and Uint128.
from_be_bytes
from_le_bytes
cosmwasm-std
Uint64
Uint128
This originally arose in this discussion.
The text was updated successfully, but these errors were encountered:
Int64
Int128
No branches or pull requests
The
from_be_bytes
andfrom_le_bytes
constructors incosmwasm-std
seem to be present for most integer types except forUint64
andUint128
.This originally arose in this discussion.
The text was updated successfully, but these errors were encountered: