Re-exports§
pub use error::ContractError;
Modules§
Functions§
- close
- execute_
text - instantiate
- list_
proposals - list_
text_ proposals - list_
voters - list_
votes - list_
votes_ by_ voter - mark_
executed - Checks if a given proposal is passed and can then be executed, and returns it. Notice that this call is mutable, so, better execute the returned proposal after this succeeds, as you you wouldn’t be able to execute it in the future (If the contract call errors, this status change will be reverted / ignored).
- propose
- query_
group_ contract - query_
proposal - query_
rules - query_
vote - query_
voter - reverse_
proposals - vote