Skip to main content

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

NameTypeDescription
bundleIduint256
sellerIduint256
bundleBosonTypes.Bundle
executedByaddress