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 `aiSportsJuice` in `abe5a2bf47ce5bf3.aiSportsJuice`
--> 9fba7b60b55a147ec3004769157473537d863571d7545a1aeddbb84fc3fe4818:2:7
|
2 | import aiSportsJuice from 0xabe5a2bf47ce5bf3
| ^^^^^^^^^^^^^ available exported declarations are:
error: cannot infer type parameter: `T`
--> 9fba7b60b55a147ec3004769157473537d863571d7545a1aeddbb84fc3fe4818:12:23
|
12 | let vaultRef = signer.storage.borrow<auth(FungibleToken.Withdraw) &aiSportsJuice.Vault>
13 | (from: /storage/aiSportsJuiceVault)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot infer type parameter: `T`
--> 9fba7b60b55a147ec3004769157473537d863571d7545a1aeddbb84fc3fe4818:21:26
|
21 | let receiverRef = receiver.capabilities.borrow<&aiSportsJuice.Vault>(/public/aiSportsJuiceReceiver) ?? panic("Could not borrow receiver reference to the public aiSportsJuiceReceiver")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^