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