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 type in this scope: `SdmToken` --> 0ce4ef5f6d615296e6df5fcd68741230c3d1f3c43e58aed574a70595efba74cd:34:31 | 34 | if (signer.borrow<&SdmToken.Vault>(from: /storage/sdmTokenVault) == nil) { | ^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 0ce4ef5f6d615296e6df5fcd68741230c3d1f3c43e58aed574a70595efba74cd:34:16 | 34 | if (signer.borrow<&SdmToken.Vault>(from: /storage/sdmTokenVault) == nil) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find variable in this scope: `SdmToken` --> 0ce4ef5f6d615296e6df5fcd68741230c3d1f3c43e58aed574a70595efba74cd:36:30 | 36 | signer.save(<-SdmToken.createEmptyVault(), to: /storage/sdmTokenVault) | ^^^^^^^^ not found in this scope error: cannot find type in this scope: `SdmToken` --> 0ce4ef5f6d615296e6df5fcd68741230c3d1f3c43e58aed574a70595efba74cd:40:29 | 40 | signer.link<&SdmToken.Vault{FungibleToken.Receiver}>( | ^^^^^^^^ not found in this scope error: cannot find type in this scope: `FungibleToken` --> 0ce4ef5f6d615296e6df5fcd68741230c3d1f3c43e58aed574a70595efba74cd:40:44 | 40 | signer.link<&SdmToken.Vault{FungibleToken.Receiver}>( | ^^^^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 0ce4ef5f6d615296e6df5fcd68741230c3d1f3c43e58aed574a70595efba74cd:40:16 | 40 | signer.link<&SdmToken.Vault{FungibleToken.Receiver}>( | ^ error: cannot find type in this scope: `SdmToken` --> 0ce4ef5f6d615296e6df5fcd68741230c3d1f3c43e58aed574a70595efba74cd:47:29 | 47 | signer.link<&SdmToken.Vault{FungibleToken.Balance}>( | ^^^^^^^^ not found in this scope error: cannot find type in this scope: `FungibleToken` --> 0ce4ef5f6d615296e6df5fcd68741230c3d1f3c43e58aed574a70595efba74cd:47:44 | 47 | signer.link<&SdmToken.Vault{FungibleToken.Balance}>( | ^^^^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 0ce4ef5f6d615296e6df5fcd68741230c3d1f3c43e58aed574a70595efba74cd:47:16 | 47 | signer.link<&SdmToken.Vault{FungibleToken.Balance}>( | ^