Resource Interface CollectionPublic
pub resource interface CollectionPublic {
Interface that an account would commonly
publish for their collection
Functions
deposit()
getIDs()
borrowNFT()
fun borrowNFT(id: UInt64): &NFT
borrowNFTSafe()
fun borrowNFTSafe(id: UInt64): &NFT?