use-ink / cargo-contract

Setup and deployment tool for developing Wasm based smart contracts via ink!
GNU General Public License v3.0
249 stars 120 forks source link

`Deserialize` for `Value` #1757

Open kevin-valerio opened 1 month ago

kevin-valerio commented 1 month ago

Hello,

I am using the Value enum in my project and would like to use Deserialize, however Value doesn't derive it. Would that be possible to make it Deserializable ?

Thank you very much :)