borsh-construct-py icon indicating copy to clipboard operation
borsh-construct-py copied to clipboard

Python implementation of Binary Object Representation Serializer for Hashing

Results 4 borsh-construct-py issues
Sort by recently updated
recently updated
newest added

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....

allstar

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?