Docs.rs
komple-framework-ownership-permission-1.1.1-beta
komple-framework-ownership-permission 1.1.1-beta
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
findolor
Dependencies
cosmwasm-schema ^1.1.0
normal
cosmwasm-std ^1.1.0
normal
cosmwasm-storage ^1.1.0
normal
cw-storage-plus ^0.15.1
normal
cw2 ^0.15.1
normal
komple-framework-types ^1.1.1-beta
normal
komple-framework-utils ^1.1.1-beta
normal
thiserror ^1.0.31
normal
cw-multi-test ^0.15.1
dev
cw721 ^0.15.0
dev
cw721-base ^0.15.0
dev
Versions
0%
of the crate is documented
Platform
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
Skip to main content
Files
komple_framework_ownership_permission/
lib.rs
1
pub mod
contract;
2
mod
error;
3
pub mod
msg;
4
pub mod
state;
5
6
pub use
crate
::error::ContractError;