osmosis-labs / osmosis-rust

Rust libraries for osmosis
Apache License 2.0
59 stars 52 forks source link

Convenient type conversion from Any response #25

Closed iboss-ptk closed 1 year ago

iboss-ptk commented 2 years ago

Background

Due to stategate query response could return Any with interface tag, we can generate enum/struct out of it to deserialize them to the expected type rather than doing it manually.