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 `undefined` in `fdc436fd7db22e01.undefined` --> cdd41f33ec205b508aef49e704018cff5b15d1a508c2e55e5a04fc58e1039bf7:9:7 | 9 | import undefined from 0xfdc436fd7db22e01 | ^^^^^^^^^ available exported declarations are: error: cannot infer type parameter: `T` --> cdd41f33ec205b508aef49e704018cff5b15d1a508c2e55e5a04fc58e1039bf7:21:11 | 21 | if childAccount.borrow<&undefined.Collection>(from: undefined.CollectionStoragePath) == nil { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot infer type parameter: `T` --> cdd41f33ec205b508aef49e704018cff5b15d1a508c2e55e5a04fc58e1039bf7:30:12 | 30 | childAccount.link<&undefined.Collection{NonFungibleToken.CollectionPublic, NonFungibleToken.Receiver, MetadataViews.ResolverCollection}>(undefined.CollectionPublicPath, target: undefined.CollectionStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot infer type parameter: `T` --> cdd41f33ec205b508aef49e704018cff5b15d1a508c2e55e5a04fc58e1039bf7:62:8 | 62 | childAccount.link<&undefined.Collection{NonFungibleToken.Provider, NonFungibleToken.CollectionPublic}>(/private/undefinedCollection, target: undefined.CollectionStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot infer type parameter: `T` --> cdd41f33ec205b508aef49e704018cff5b15d1a508c2e55e5a04fc58e1039bf7:63:8 | 63 | childAccount.link<&undefined.Collection{NonFungibleToken.CollectionPublic}>(/public/undefinedCollection, target: undefined.CollectionStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^