CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] cadence runtime error Execution failed: error: value of type `BlockpartyNFT` has no member `CollectionPublicPath` --> c93eab53331e07d2157fe4a94603e3b82c0ffae11e0e2333665a068d74fffc01:23:60 | 23 | let receiverRef = recipient.getCapability(BlockpartyNFT.CollectionPublicPath).borrow<&{BlockpartyNFT.DarkCountryCollectionPublic}>() | ^^^^^^^^^^^^^^^^^^^^ unknown member error: cannot find type in this scope: `BlockpartyNFT.DarkCountryCollectionPublic` --> c93eab53331e07d2157fe4a94603e3b82c0ffae11e0e2333665a068d74fffc01:23:91 | 23 | let receiverRef = recipient.getCapability(BlockpartyNFT.CollectionPublicPath).borrow<&{BlockpartyNFT.DarkCountryCollectionPublic}>() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope error: ambiguous restricted type --> c93eab53331e07d2157fe4a94603e3b82c0ffae11e0e2333665a068d74fffc01:23:90 | 23 | let receiverRef = recipient.getCapability(BlockpartyNFT.CollectionPublicPath).borrow<&{BlockpartyNFT.DarkCountryCollectionPublic}>() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot infer type parameter: `T` --> c93eab53331e07d2157fe4a94603e3b82c0ffae11e0e2333665a068d74fffc01:23:22 | 23 | let receiverRef = recipient.getCapability(BlockpartyNFT.CollectionPublicPath).borrow<&{BlockpartyNFT.DarkCountryCollectionPublic}>() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^