wormhole/cosmwasm/packages
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
..
accounting cosmwasm: accounting: Add ValidateTransfer query 2022-12-15 12:21:35 +09:00
cw_transcode cosmwasm: Add cw_transcode crate 2023-01-12 10:29:29 +09:00
wormhole-bindings cosmwasm: wormhole-bindings: Use the Signature type from the SDK 2022-12-15 12:22:37 +09:00