Name | Type | Description |
---|---|---|
_functionSelector | bytes4 | The function selector of the target function in the other facet. |
_callData | bytes | The encoded call data to pass to the target function. |
Name | Type | Description |
---|---|---|
_success | bool | A boolean indicating whether the delegate call was successful. |
_res | bytes | The returned data from the delegate call. |