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`
--> 08ec1150a27c7a6a0d3e6f022ef46d695863d886a449ab8882efb2b09ab3afaf:16:18
|
16 | prepare(acct: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope
error: value of type `&Account` has no member `getCapability`
--> 08ec1150a27c7a6a0d3e6f022ef46d695863d886a449ab8882efb2b09ab3afaf:35:36
|
35 | let receiverRef = recipient.getCapability(/public/TixologiTicketsCollection).borrow<&{TixologiTickets.TixologiTicketsCollectionPublic}>()
| ^^^^^^^^^^^^^ unknown member