Crate cw_storey

Crate cw_storey 

Source
Expand description

An integration of storey with CosmWasm.

This crate provides

  • a CosmWasm storage backend for use with storey collections,
  • 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_std crate.
CwStorage
A wrapper around a type implementing cosmwasm_std::Storage that integrates it with storey.

Traits§

IntoStdError
A trait for converting Storey errors into cosmwasm_std::StdError.