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