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