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