ExecutingPoolAccount
ExecutingPoolAccount =
anchor.IdlTypes<ArciumIdlType>["tinyExecPool"] |anchor.IdlTypes<ArciumIdlType>["smallExecPool"] |anchor.IdlTypes<ArciumIdlType>["mediumExecPool"] |anchor.IdlTypes<ArciumIdlType>["largeExecPool"]
Represents an executing pool account of any size (tiny, small, medium, or large). Executing pools manage parallel computation execution with account locking. Each size supports different maximum parallel computations:
- Tiny: 1 parallel computation
- Small: 3 parallel computations
- Medium: 10 parallel computations
- Large: 100 parallel computations