Registry / other / dao-proposal-hooks

dao-proposal-hooks

JSON →
library2.2.0rscratesunverified

A package for managing proposal hooks in DAO contracts.

# Cargo.toml [dependencies] dao-proposal-hooks = "2.2.0"
INSTALL
IMPORT
SIG · DAO-PROPOSAL-HOOKS
D
dao-proposal-hooks
otherrustv2.2.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.

ProposalHooks
use dao_proposal_hooks::ProposalHooks;

Initialize proposal hooks for a DAO contract.

use dao_proposal_hooks::ProposalHooks; fn main() { let hooks = ProposalHooks::new(); println!("Proposal hooks initialized"); }
Debug
Known issues
gotchaDesigned for CosmWasm smart contracts; requires blockchain environment.
fix
Use within a CosmWasm contract project.
affects: >=1.0.0
Upgrade
Version history
2.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
dao-proposal-hooks — cargo add dao-proposal-hooks · libregistry