Registry / other / dao-interface

dao-interface

JSON →
library2.6.0rscratesunverified

A package containing interface definitions for DAO DAO DAOs.

# Cargo.toml [dependencies] dao-interface = "2.6.0"
INSTALL
IMPORT
SIG · DAO-INTERFACE
D
dao-interface
otherrustv2.6.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.

VotingPower
use dao_interface::voting::VotingPower;

Creates a VotingPower instance from the DAO interface.

use dao_interface::voting::VotingPower; fn main() { let power = VotingPower::new(100); println!("Voting power: {}", power); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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