IPartyCreatorActions
Contains party methods that can be called by the creator of the Party
Permissioned Party actions
closeParty
function closeParty() external
Close the party
The user must be a creator and the party must be opened
editPartyInfo
function editPartyInfo(struct PartyInfo _partyInfo) external
Edits the party information
The user must be a creator
Parameters
Name | Type | Description |
---|---|---|
_partyInfo | struct PartyInfo | PartyInfo struct |
handleManager
function handleManager(address manager, bool setManager) external
Handles the managers for the party
The user must be the creator of the party
Parameters
Name | Type | Description |
---|---|---|
manager | address | Address of the user |
setManager | bool | Whether to set the user as manager or remove it |