TOO_COMPLEX
This transaction is too complex it does too much logic or read/write to much data.
[Error Code: 1110] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 9e4bd5cb261f5e87b1f7c6bac4341487fa6ca8988a1bc6cd3aa2355a9425eed6:6:8 | 6 | Staking.stakeAll(signerAuth: signer) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 807c3d470888cc48.Staking:318:16 | 318 | Staking.stakeOne(signerAuth: signerAuth, pool: "Flunks", tokenID: tokenID) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 807c3d470888cc48.Staking:262:12 | 262 | Staking.validateOwnership(pool: pool, ownerAddress: signerAuth.address, tokenID: tokenID): | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 807c3d470888cc48.Staking:244:19 | 244 | return Staking.validateFlunkOwner(ownerAddress: ownerAddress, tokenID: tokenID) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 807c3d470888cc48.Staking:231:23 | 231 | let tokenIDs = HybridCustodyHelper.getFlunksTokenIDsFromAllLinkedAccounts(ownerAddress: ownerAddress) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: [Error Code: 1110] computation exceeds limit (9999) --> 807c3d470888cc48.HybridCustodyHelper:125:14 | 125 | flunksTokenIDs.append(tokenID) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^