Skip to main content

IBosonGroupEvents

View Source: contracts/interfaces/events/IBosonGroupEvents.sol

↘ Derived Contracts: IBosonGroupHandler, IBosonOrchestrationHandler

IBosonGroupEvents

Defines events related to management of groups within the protocol.

Events

GroupCreated

event GroupCreated(
uint256 indexed groupId
uint256 indexed sellerId
struct BosonTypes.Group group
struct BosonTypes.Condition condition
address indexed executedBy
)

Parameters

NameTypeDescription
groupIduint256
sellerIduint256
groupBosonTypes.Group
conditionBosonTypes.Condition
executedByaddress

GroupUpdated

event GroupUpdated(
uint256 indexed groupId
uint256 indexed sellerId
struct BosonTypes.Group group
struct BosonTypes.Condition condition
address indexed executedBy
)

Parameters

NameTypeDescription
groupIduint256
sellerIduint256
groupBosonTypes.Group
conditionBosonTypes.Condition
executedByaddress