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: --> d6a28a6dbe842a10daf6abbb5899c21404870ded913ca77ba702abb769fa46ad:28:19 | 28 | let nft <- self.gameRef.play( 29 | fastBreakGameID: self.fastBreakGameID, 30 | topShots: self.topShotMomentIds 31 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 0b2a3299cc857e29.FastBreakV1:447:12 | 447 | fastBreakGame.submitFastBreak(submission: fastBreakSubmission) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: failed to retrieve slab 0xb2a3299cc857e29.1013577: get value failed: [Error Code: 1110] computation exceeds limit (9999) --> 0b2a3299cc857e29.FastBreakV1:261:28 | 261 | self.submissions[submission.playerId] = submission | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^