Resource Interface ExampleNFTCollectionPublic
_10resource interface ExampleNFTCollectionPublic {_10}
Defines the methods that are particular to this NFT contract collection
Functions​
fun deposit()
​
_10func deposit(token NonFungibleToken.NFT)
fun getIDs()
​
_10func getIDs(): [UInt64]
fun borrowNFT()
​
_10func borrowNFT(id UInt64): &NonFungibleToken.NFT
fun borrowExampleNFT()
​
_10func borrowExampleNFT(id UInt64): &ExampleNFT.NFT?