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: `AuthAccount`
--> 9645d390257809375f3fcab9ab17f244933fccce8dff20c6183eaec2cbad60a2:6:30
|
6 | prepare(adminAccount: AuthAccount){
| ^^^^^^^^^^^ not found in this scope
error: mismatched types
--> 9645d390257809375f3fcab9ab17f244933fccce8dff20c6183eaec2cbad60a2:11:57
|
11 | self.adminRef.adminMintPackContents(moments: [{String: UInt64}], receiptAddress: receiptAddress)
| ^^^^^^ expected `String`, got `view fun(): String`
error: mismatched types
--> 9645d390257809375f3fcab9ab17f244933fccce8dff20c6183eaec2cbad60a2:11:65
|
11 | self.adminRef.adminMintPackContents(moments: [{String: UInt64}], receiptAddress: receiptAddress)
| ^^^^^^ expected `UInt64`, got `view fun(_ value: Number): UInt64`