osmosis-labs / osmosis-rust

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

Type regisitry for runtime protobuf en/decoding #73

Open iboss-ptk opened 1 year ago

iboss-ptk commented 1 year ago

Type regisitry for runtime protobuf en/decoding.

Needed when translating JSON to protobuf encoding at runtime dynamically.

{ 
   "cosmos.bank.v1beta1.MsgSend": cosmos::bank::v1beta1::MsgSend,
   ...
}