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