Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: mismatched types
--> 0234d3ac6d96d425df9c5df6101ce70ba25e519738665c14575d80f74f44410e:40:38
|
40 | self.recipientCollectionRef = getAccount(recipient).capabilities.borrow<&{NonFungibleToken.CollectionPublic}>(
41 | collectionData.publicPath
42 | ) ?? panic("Could not get receiver reference to the NFT Collection")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&{NonFungibleToken.Receiver}`, got `&{NonFungibleToken.CollectionPublic}`