You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to implement bcs serialization and deserialization for the nim programming language at https://github.com/C-NERD/nimBcs This implementation converts the data to hex instead of bytes and I have tested serialization and deserialization and it seems to work with a few limitations.
Now I am trying to use this library to serialize Aptos transactions and I am getting a different serialization from what the encodesubmissiin aptos endpoint gives. What might be the problem
The text was updated successfully, but these errors were encountered:
I have been trying to implement bcs serialization and deserialization for the nim programming language at https://github.com/C-NERD/nimBcs This implementation converts the data to hex instead of bytes and I have tested serialization and deserialization and it seems to work with a few limitations.
Now I am trying to use this library to serialize Aptos transactions and I am getting a different serialization from what the encodesubmissiin aptos endpoint gives. What might be the problem
The text was updated successfully, but these errors were encountered: