Registry / other / cw4-group

cw4-group

JSON →
library2.0.0rscratesunverified

Simple cw4 implementation of group membership controlled by admin.

# Cargo.toml [dependencies] cw4-group = "2.0.0"
INSTALL
IMPORT
SIG · CW4-GROUP
C
cw4-group
otherrustv2.0.0
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.

ExecuteMsg
use cw4_group::msg::ExecuteMsg;

Example of constructing an execute message for cw4-group.

use cw4_group::msg::ExecuteMsg; let msg = ExecuteMsg::UpdateMembers { remove: vec![], add: vec![] };
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources
cw4-group — cargo add cw4-group · libregistry