Minted
PackNFT.Minted
Pack NFT Operator has minted a pack for a distribution.
Parameters:
- id: UInt64 - The ID of the pack
- hash: [UInt8] - The hash representing the content of the pack
- distId: UInt64 - The ID of the distribution that the pack belongs to
pub event Minted(id: UInt64, hash: [UInt8], distId: UInt64)