osmosis-labs / osmosis-rust

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

Add `from_binary` for types #45

Closed iboss-ptk closed 11 months ago

iboss-ptk commented 1 year ago

When reply, stargate msg returns proto. from_binary from cosmwasm assumes json.

iboss-ptk commented 11 months ago

Already implemented here https://github.com/osmosis-labs/osmosis-rust/blob/705f316f5e5c74c377e726e01b1d3530c8e3b96a/packages/osmosis-std-derive/src/lib.rs#L119C36-L119C48