Registry / crypto / secret-cosmwasm-std

secret-cosmwasm-std

JSON →
library1.1.11rscratesunverified

Secret Network fork of the standard library for Wasm based smart contracts on Cosmos blockchains.

# Cargo.toml [dependencies] secret-cosmwasm-std = "1.1.11"
INSTALL
IMPORT
SIG · SECRET-COSMWASM-ST
S
secret-cosmwasm-std
cryptorustv1.1.11
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.

ContractResult
use secret_cosmwasm_std::ContractResult;

Creates a contract result for Secret Network smart contracts.

use secret_cosmwasm_std::ContractResult; fn main() { let result: ContractResult<String> = ContractResult::Ok("hello".to_string()); println!("{:?}", result); }
Debug
Known issues
breakingThis is a fork of cosmwasm-std with Secret Network-specific features; not compatible with standard CosmWasm.
fix
Use only for Secret Network contracts; for standard CosmWasm use cosmwasm-std.
affects: >= 1.0.0
Upgrade
Version history
1.1.11latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
secret-cosmwasm-std — cargo add secret-cosmwasm-std · libregistry