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 ABI encoding specification is missing several types.
Vector
Tuples
RawSlice
Bytes
String
u128
u256
The text was updated successfully, but these errors were encountered:
specs: add encoding specs for vectors, tuples and u128/u256 (#520)
efc31b0
Closes #505 partially. Co-authored-by: Brandon Kite <brandonkite92@gmail.com> Co-authored-by: Hannes Karppila <hannes.karppila@gmail.com>
iqdecay
Successfully merging a pull request may close this issue.
The ABI encoding specification is missing several types.
Vector
encodingTuples
encodingRawSlice
encodingBytes
encodingString
encodingu128
andu256
typesThe text was updated successfully, but these errors were encountered: