As a developer I want (I think) severals hooks in the DelegatableCore.sol invoke method to add custom logic for parsing the transaction directly during execution.
Why
During execution I want to hook into the signing verification process and validate addresses reach certain criteria.
How
Add hooks in the _invoke method.
Potential Hook Names
_hookDelegationSigner()
_hookInvoke