borsh-construct-py
borsh-construct-py copied to clipboard
Python implementation of Binary Object Representation Serializer for Hashing
I am trying to deserialise the message data captured using TCP dump in a local near network. As per the documentation, the messages are serialised using borsh protocol. Does anyone...
_This issue was automatically created by [Allstar](https://github.com/ossf/allstar/)._ **Security Policy Violation** Dismiss stale reviews not configured for branch master --- This issue will auto resolve when the policy is in compliance....
In Rust, `U256` can be defined as follows: ```rust construct_uint! { #[derive(BorshDeserialize, BorshSerialize, Serialize, Deserialize)] pub struct U256(4); } ``` How to define `U256` in borsh-construct?