Whoops! 😨 Something unexpected happened...
[Error Code: 1101] cadence runtime error Execution failed:
error: mismatched types
--> 09b8c32ce889db36.BlueBeltNFTs:127:20
|
127 | return &self.ownedNFTs[id] as &NonFungibleToken.NFT
| ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?`
error: mismatched types
--> 09b8c32ce889db36.BlueBeltNFTs:137:27
|
137 | let ref = &self.ownedNFTs[id] as auth &NonFungibleToken.NFT
| ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?`
error: cannot find type in this scope: `BlueBeltNFTs`
--> 9415c3863a6eaac4bc6416577be32e693536d8acf9abcaf7a1cf17d7871a31e4:6:32
|
6 | if signer.borrow<&BlueBeltNFTs.Collection>(from: BlueBeltNFTs.CollectionStoragePath) == nil {
| ^^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `BlueBeltNFTs`
--> 9415c3863a6eaac4bc6416577be32e693536d8acf9abcaf7a1cf17d7871a31e4:6:63
|
6 | if signer.borrow<&BlueBeltNFTs.Collection>(from: BlueBeltNFTs.CollectionStoragePath) == nil {
| ^^^^^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 9415c3863a6eaac4bc6416577be32e693536d8acf9abcaf7a1cf17d7871a31e4:6:17
|
6 | if signer.borrow<&BlueBeltNFTs.Collection>(from: BlueBeltNFTs.CollectionStoragePath) == nil {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot find variable in this scope: `BlueBeltNFTs`
--> 9415c3863a6eaac4bc6416577be32e693536d8acf9abcaf7a1cf17d7871a31e4:9:36
|
9 | let collection <- BlueBeltNFTs.createEmptyCollection()
| ^^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `BlueBeltNFTs`
--> 9415c3863a6eaac4bc6416577be32e693536d8acf9abcaf7a1cf17d7871a31e4:12:48
|
12 | signer.save(<-collection, to: BlueBeltNFTs.CollectionStoragePath)
| ^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `BlueBeltNFTs`
--> 9415c3863a6eaac4bc6416577be32e693536d8acf9abcaf7a1cf17d7871a31e4:15:31
|
15 | signer.link<&BlueBeltNFTs.Collection{NonFungibleToken.CollectionPublic, BlueBeltNFTs.BlueBeltNFTsCollectionPublic}>(BlueBeltNFTs.CollectionPublicPath, target: BlueBeltNFTs.CollectionStoragePath)
| ^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `BlueBeltNFTs`
--> 9415c3863a6eaac4bc6416577be32e693536d8acf9abcaf7a1cf17d7871a31e4:15:90
|
15 | signer.link<&BlueBeltNFTs.Collection{NonFungibleToken.CollectionPublic, BlueBeltNFTs.BlueBeltNFTsCollectionPublic}>(BlueBeltNFTs.CollectionPublicPath, target: BlueBeltNFTs.CollectionStoragePath)
| ^^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `BlueBeltNFTs`
--> 9415c3863a6eaac4bc6416577be32e693536d8acf9abcaf7a1cf17d7871a31e4:15:134
|
15 | signer.link<&BlueBeltNFTs.Collection{NonFungibleToken.CollectionPublic, BlueBeltNFTs.BlueBeltNFTsCollectionPublic}>(BlueBeltNFTs.CollectionPublicPath, target: BlueBeltNFTs.CollectionStoragePath)
| ^^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `BlueBeltNFTs`
--> 9415c3863a6eaac4bc6416577be32e693536d8acf9abcaf7a1cf17d7871a31e4:15:177
|
15 | signer.link<&BlueBeltNFTs.Collection{NonFungibleToken.CollectionPublic, BlueBeltNFTs.BlueBeltNFTsCollectionPublic}>(BlueBeltNFTs.CollectionPublicPath, target: BlueBeltNFTs.CollectionStoragePath)
| ^^^^^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 9415c3863a6eaac4bc6416577be32e693536d8acf9abcaf7a1cf17d7871a31e4:15:18
|
15 | signer.link<&BlueBeltNFTs.Collection{NonFungibleToken.CollectionPublic, BlueBeltNFTs.BlueBeltNFTsCollectionPublic}>(BlueBeltNFTs.CollectionPublicPath, target: BlueBeltNFTs.CollectionStoragePath)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^