This is part of #46,#460. If we want to define some strategy to handle MoveAction, we need to decode MoveAction in Move. Use case: 1. Define an allowlist auth validator. Only the module in the allowlist can be executed. 2. A function return MoveAction like a dynamic invocation to the function. #486
This is part of #46,#460.
If we want to define some strategy to handle MoveAction, we need to decode MoveAction in Move.
Use case: