Revealed
PackNFT.Revealed
Emitted when a pack has been revealed.
Parameters:
- id: UInt64 - The ID of the NFT to reveal
- salt: [UInt8] - The salt of the unsealed pack
- nfts: String - A concatenated string of nfts
pub event Revealed(id: UInt64, salt: [UInt8], nfts: String)