cosmos-rust
cosmos-rust copied to clipboard
Add Serde derive macros
Hello,
I am currently trying to use cosmos protos for storing information inside of cosmwasm smart contracts, but the existing definitions don't have the required Serialize and Deserialize traits. This should fix #409 and #83
I have extended the proto-build buf configuration to run an additional neoeinstein plugin to generate these traits.