wormhole/cosmwasm/packages/cw_transcode
Chirantan Ekbote 3c914c725a cosmwasm: Add cw_transcode crate
The cw_transcode crate provides a way to transcode any arbitrary rust
struct into a `cosmwasm_std::Event` via that struct's `Serialize` impl,
ensuring that the event attribute values are encoded as proper json.

This will make it easier for client code to parse the event back into
structured data without having to write custom parsing code for each
individual event type.
2023-01-12 10:29:29 +09:00
..
src cosmwasm: Add cw_transcode crate 2023-01-12 10:29:29 +09:00
Cargo.toml cosmwasm: Add cw_transcode crate 2023-01-12 10:29:29 +09:00