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 `MEDI` in `82ed1b9cba5bb1b3.MEDI` --> 3360074157b42a6fcdc8855ea358a7064a121b18c72b9420972835b9d35ebc46:22:7 | 22 | import MEDI from 0x82ed1b9cba5bb1b3 | ^^^^ available exported declarations are: error: cannot infer type parameter: `T` --> 3360074157b42a6fcdc8855ea358a7064a121b18c72b9420972835b9d35ebc46:176:17 | 176 | let receiver = getAccount(address) | ^ error: cannot infer type parameter: `T` --> 3360074157b42a6fcdc8855ea358a7064a121b18c72b9420972835b9d35ebc46:179:16 | 179 | let balance = getAccount(address) | ^ error: cannot infer type parameter: `T` --> 3360074157b42a6fcdc8855ea358a7064a121b18c72b9420972835b9d35ebc46:349:9 | 349 | if acct.borrow<&MEDI.Vault>(from: MEDI.VaultStoragePath) == nil { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot infer type parameter: `T` --> 3360074157b42a6fcdc8855ea358a7064a121b18c72b9420972835b9d35ebc46:354:6 | 354 | acct.link<&MEDI.Vault{FungibleToken.Receiver}>(MEDI.ReceiverPublicPath, target: MEDI.VaultStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot infer type parameter: `T` --> 3360074157b42a6fcdc8855ea358a7064a121b18c72b9420972835b9d35ebc46:355:6 | 355 | acct.link<&MEDI.Vault{FungibleToken.Balance}>(MEDI.BalancePublicPath, target: MEDI.VaultStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Loading...