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