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