Expand description
An integration of storey with CosmWasm.
This crate provides
- a CosmWasm storage backend for use with
storeycollections, - a MessagePack encoding integration to be used for serializing and deserializing values, and
- a set of container re-exports that remove the need to manually specify the encoding, instead relying on the default MessagePack encoding.
Modules§
- containers
- Storage containers for use with CosmWasm smart contracts.
Structs§
- CwEncoding
- An encoding that delegates to the MessagePack encoding provided by the
cosmwasm_stdcrate. - CwStorage
- A wrapper around a type implementing
cosmwasm_std::Storagethat integrates it withstorey.
Traits§
- Into
StdError - A trait for converting Storey errors into
cosmwasm_std::StdError.