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: `JOSHIN`
--> afd06364502462b6e75c9dc5aa249c12483ee22f3f7c91a58377c19dba867e09:23:21
|
23 | let tokenAdmin: &JOSHIN.Administrator
| ^^^^^^ not found in this scope
error: cannot find type in this scope: `JOSHIN`
--> afd06364502462b6e75c9dc5aa249c12483ee22f3f7c91a58377c19dba867e09:33:17
|
33 | .borrow<&JOSHIN.Administrator>(from: JOSHIN.AdminStoragePath)
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `JOSHIN`
--> afd06364502462b6e75c9dc5aa249c12483ee22f3f7c91a58377c19dba867e09:33:45
|
33 | .borrow<&JOSHIN.Administrator>(from: JOSHIN.AdminStoragePath)
| ^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> afd06364502462b6e75c9dc5aa249c12483ee22f3f7c91a58377c19dba867e09:32:26
|
32 | self.tokenAdmin = signer
33 | .borrow<&JOSHIN.Administrator>(from: JOSHIN.AdminStoragePath)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot find variable in this scope: `JOSHIN`
--> afd06364502462b6e75c9dc5aa249c12483ee22f3f7c91a58377c19dba867e09:37:23
|
37 | .getCapability(JOSHIN.ReceiverPublicPath)!
| ^^^^^^ not found in this scope