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