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