šŸŽ‰ Welcome to PartyFinance documentation!
Protocol
Contracts
interfaces
party
IPartyCreatorActions

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

NameTypeDescription
_partyInfostruct PartyInfoPartyInfo 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

NameTypeDescription
manageraddressAddress of the user
setManagerboolWhether to set the user as manager or remove it