Registry / other / cosmwasm-storage

cosmwasm-storage

JSON →
library1.5.2rscratesunverified

Provides helpers and abstractions for storage patterns in CosmWasm smart contracts.

# Cargo.toml [dependencies] cosmwasm-storage = "1.5.2"
INSTALL
IMPORT
SIG · COSMWASM-STORAGE
C
cosmwasm-storage
otherrustv1.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bucket
use cosmwasm_storage::Bucket;

Creates a typed storage bucket for persisting data.

use cosmwasm_std::StdResult; use cosmwasm_storage::Bucket; fn example() -> StdResult<()> { let bucket: Bucket<String> = Bucket::new("data"); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
cosmwasm-storage — cargo add cosmwasm-storage · libregistry