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 type in this scope: `MagnetiqAlphaOne.Admin`
--> 764019dae3e8d0f29bd07913aec1f21e9c4c7fa03e9762a278b17a71e5b96493:5:19
|
5 | let adminRef: &MagnetiqAlphaOne.Admin
| ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `AuthAccount`
--> 764019dae3e8d0f29bd07913aec1f21e9c4c7fa03e9762a278b17a71e5b96493:7:18
|
7 | prepare(acct: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope
error: cannot infer type: requires an explicit type annotation
--> 764019dae3e8d0f29bd07913aec1f21e9c4c7fa03e9762a278b17a71e5b96493:16:48
|
16 | self.adminRef.markTokenClaimed(tokenID: {})
| ^