Edition Created
EditionCreated
Emitted when a new edition has been created by an admin.
Parameters:
- id: UInt64 - The ID of the Edition created
- seriesID: UInt64 - The ID of the series that the Edition belongs to
- setID: UInt64 - The ID of the set that the Edition belongs to
- playID: UInt64 - The ID of the play
- maxMintSize: UInt64? - The max mint size of set
- tier: String - The tier of the Edition
pub event EditionCreated(
id: UInt64,
seriesID: UInt64,
setID: UInt64,
playID: UInt64,
maxMintSize: UInt64?,
tier: String,
)