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: cannot find declaration `SocialProfileV3` in `4bbff461fa8f6192.SocialProfileV3` --> bac5afc9546df29217b0283a17de63a56508a3d4098729a38f93b842388f1b74:1:7 | 1 | import SocialProfileV3 from 0x4bbff461fa8f6192 | ^^^^^^^^^^^^^^^ available exported declarations are: error: cannot infer type parameter: `T` --> bac5afc9546df29217b0283a17de63a56508a3d4098729a38f93b842388f1b74:12:11 | 12 | if account.borrow<&SocialProfileV3.SocialProfile>(from: SocialProfileV3.SocialProfileStoragePath) == nil { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot infer type parameter: `T` --> bac5afc9546df29217b0283a17de63a56508a3d4098729a38f93b842388f1b74:21:12 | 21 | account.link<&SocialProfileV3.SocialProfile{SocialProfileV3.SocialProfilePublic}>(SocialProfileV3.SocialProfilePublicPath, target: SocialProfileV3.SocialProfileStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot infer type parameter: `T` --> bac5afc9546df29217b0283a17de63a56508a3d4098729a38f93b842388f1b74:25:29 | 25 | self.socialProfile = account.borrow<&SocialProfileV3.SocialProfile>(from: SocialProfileV3.SocialProfileStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^