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