-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
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
Encoding BoundedBTreeMap
type error
#230
Closed
Comments
I would like to debug this type for you, could you provide the metadata hex-bytes? (result of |
@dastanbeksamatov Is the call you want to compose already available on the testnet you provided? That would help me a lot to debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there,
I have been experiencing some strange behaviour while encoding a custom struct with field of
BoundedBTreeMap
type. It fails with this error message:Here is the struct and types definition
How I am calling it:
Would really appreciate if you could point out what I am doing wrong or if it is an unexpected behaviour from the codec library?
The text was updated successfully, but these errors were encountered: