Whoops! 😨 Something unexpected happened...
[Error Code: 1101] cadence runtime error Execution failed:
error: mismatched types
--> 8437d8d29f34ece782d33f204c95045178a26ac27f136697817784170bcb0fd6:21:21
|
21 | signer.unlink( /storage/fairyPuppyCollection)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `CapabilityPath`, got `StoragePath`
error: mismatched types
--> 8437d8d29f34ece782d33f204c95045178a26ac27f136697817784170bcb0fd6:23:9
|
23 | /storage/fairyPuppyCollection,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `CapabilityPath`, got `StoragePath`
error: mismatched types
--> 8437d8d29f34ece782d33f204c95045178a26ac27f136697817784170bcb0fd6:28:100
|
28 | let receiver = signer.getCapability<&FairyPuppy.Collection{NonFungibleToken.CollectionPublic}>( /storage/fairyPuppyCollection)!
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `CapabilityPath`, got `StoragePath`