Module darkfi_dao_contract::dao_client
source · Expand description
Transaction building API for clients interacting with DAO contract
Re-exports
pub use mint::make_mint_call;
pub use mint::DaoInfo;
pub use propose::DaoProposalInfo;
pub use propose::DaoProposeCall;
pub use propose::DaoProposeNote;
pub use propose::DaoProposeStakeInput;
pub use vote::DaoVoteCall;
pub use vote::DaoVoteInput;
pub use vote::DaoVoteNote;
pub use exec::DaoExecCall;
Modules
- Provides core structs for DAO::propose()
- Provides core structs for DAO::vote()