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`
--> e4c17f1ae401bcef0a4c32375341a3c58ced3053536d8b0d310316f7c39ed8a8:11:21
|
11 | prepare(account: AuthAccount) {
| ^^^^^^^^^^^ not found in this scope
error: cannot access `withdrawRewardedTokens`: function requires `CollectionOwner` authorization, but reference is unauthorized
--> e4c17f1ae401bcef0a4c32375341a3c58ced3053536d8b0d310316f7c39ed8a8:17:8
|
17 | self.stakingCollectionRef.withdrawRewardedTokens(nodeID: nodeID, delegatorID: delegatorID, amount: amount)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^