func AddMember
crossing ActionBypass limitation by adding yourself to the DAO. It is necessary to be part of the DAO to create a Proposal.
Bypass limitation by adding yourself to the DAO. It is necessary to be part of the DAO to create a Proposal.
Execute triggers the implementation of a proposal's actions
NoRole creates a new condition requiring votes from members with no roles
Propose creates a new proposal To execute this function, you must use a MsgRun (maketx run) See why it is necessary in Gno Documentation: https://docs.gno.land/users/interact-with-gnokey#run
Creates a Proposal to add a new member to the DAO with specified roles. This function exist to let users try the userflow of daokit with a simple MsgCall (maketx call) instead of a MsgRun. See why a run is necessary for creating a proposal -> https://docs.gno.land/users/interact-with-gnokey#run. Parameters:
Render generates a UI representation of the DAO's state
Vote allows DAO members to cast their vote on a specific proposal