Docs.rs
cw20-staking-0.11.1
cw20-staking 0.11.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
ethanfrey
github:cosmwasm:core-rust-developers
Dependencies
cosmwasm-std ^1.0.0-beta3
normal
cw-controllers ^0.11.1
normal
cw-storage-plus ^0.11.1
normal
cw-utils ^0.11.1
normal
cw2 ^0.11.1
normal
cw20 ^0.11.1
normal
cw20-base ^0.11.1
normal
schemars ^0.8.1
normal
serde ^1.0.103
normal
thiserror ^1.0.23
normal
cosmwasm-schema ^1.0.0-beta3
dev
Versions
36.61%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
cw20_staking/
lib.rs
1
pub mod
contract;
2
mod
error;
3
pub mod
msg;
4
pub mod
state;
5
6
pub use
crate
::error::ContractError;