Crate hermit_toolkit_serialization

Source

Structs§

Base64Of
A wrapper that automatically deserializes base64 strings to T using one of the Serde types. Use it as a field of your Handle messages (input and output), for example in the msg field of the Receive interface, to remove the boilerplate of serializing or deserializing the Binary to the relevant type T.
Bincode2
Use bincode2 for serialization.
Json
Use json for serialization

Traits§

Serde
This trait represents the ability to both serialize and deserialize using a specific format.

Type Aliases§

Base64
Alias of cosmwasm_std::Binary for better naming
Base64Bincode2Of
Base64JsonOf