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
Name | Type | Description |
---|---|---|
groupId | uint256 | |
sellerId | uint256 | |
group | BosonTypes.Group | |
condition | BosonTypes.Condition | |
executedBy | address |
GroupUpdated
event GroupUpdated(
uint256 indexed groupId
uint256 indexed sellerId
struct BosonTypes.Group group
struct BosonTypes.Condition condition
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
groupId | uint256 | |
sellerId | uint256 | |
group | BosonTypes.Group | |
condition | BosonTypes.Condition | |
executedBy | address |