IBosonBundleEvents
View Source: contracts/interfaces/events/IBosonBundleEvents.sol
↘ Derived Contracts: IBosonBundleHandler, IBosonOrchestrationHandler
IBosonBundleEvents
Defines events related to management of bundles within the protocol.
Events
BundleCreated
event BundleCreated(
uint256 indexed bundleId
uint256 indexed sellerId
struct BosonTypes.Bundle bundle
address indexed executedBy
)
Parameters
Name | Type | Description |
---|---|---|
bundleId | uint256 | |
sellerId | uint256 | |
bundle | BosonTypes.Bundle | |
executedBy | address |