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
Along https://docs.substrate.io/reference/scale-codec/#fn-1
Compact encoded as 0x1501
0x1501
should be decoded as decimal 69
but if I use this https://www.shawntabrizi.com/substrate-js-utilities/codec/ with
[ { "nonce": "Compact<u32>" } ]
I get 5377
The text was updated successfully, but these errors were encountered:
@brenzi don't have an answer to this one. If you look at my code, I am just funneling the input to Polkadot JS.
It seems it is not registering the compact stuff correctly.
Sorry, something went wrong.
No branches or pull requests
Along https://docs.substrate.io/reference/scale-codec/#fn-1
Compact encoded as
0x1501
should be decoded as decimal 69
but if I use this https://www.shawntabrizi.com/substrate-js-utilities/codec/
with
I get
5377
The text was updated successfully, but these errors were encountered: