Module darkfi_dao_contract::client
source · Expand description
Client API for interaction with this smart contract
Re-exports§
pub use mint::make_mint_call;
pub use mint::DaoInfo;
pub use propose::DaoProposeCall;
pub use propose::DaoProposeStakeInput;
pub use vote::DaoVoteCall;
pub use vote::DaoVoteInput;
pub use exec::DaoExecCall;
pub use auth_xfer::DaoAuthMoneyTransferCall;
Modules§
- Provides core structs for DAO::propose()
- Provides core structs for DAO::vote()