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