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
Hey,
I'm trying to decode the following, which results in an error : FieldHeader {9 14} not found
FieldHeader {9 14} not found
encodedTransaction := "5354580012000024002BA91E61400000000000006468400000000000000A7321039EA91A69BB132710A75028984C543FBD77C5524E1629C66E6EAEBAC4BE4CA0B481148C1D1D0582F6D9F5844663602F57230CF64D56A483148697E18DBE72098A91D5C69272CF11C12AA443EA" decompiledTx, err := binarycodec.Decode(encodedTransaction) require.NoError(t, err)
I think this is because the definitions.json is missing some values compared to the file here. Any idea how to fix?
definitions.json
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
I'm trying to decode the following, which results in an error :
FieldHeader {9 14} not found
I think this is because the
definitions.json
is missing some values compared to the file here. Any idea how to fix?Thanks
The text was updated successfully, but these errors were encountered: