Action
Git Source - Generated with forge doc
enum Action {
NESTED_SELF_UNLOCK,
NESTED_EXECUTOR_UNLOCK,
SWAP_AND_SETTLE,
DONATE_AND_SETTLE,
ADD_LIQUIDITY_AND_SETTLE,
REMOVE_LIQUIDITY_AND_SETTLE,
INITIALIZE
}
PoolNestedActionsTest
Inherits: Test, IUnlockCallback
State Variables
manager
IPoolManager manager;
executor
NestedActionExecutor public executor;