Reference
- Forte Rules Engine Reference v1
- Example
- Protocol
- Common
- Client
- Token
- Handler
- Diamond
- Common
- HandlerUtils.sol
- FacetUtils.sol
- AppAdministratorOrOwnerOnlyDiamondVersion.sol
- DataStructures.sol
- RBACModifiersCommonImports.sol
- Rule Contracts
- ProtocolTokenCommonU.sol
- ERC20
- ProtocolTokenCommon.sol
- IProtocolTokenHandler.sol
- IProtocolToken.sol
- HandlerTypeEnum.sol
- ITokenInterface.sol
- ERC721
- Common
- Application
- Pricing
FacetUtils.sol
FacetUtils
Functions
callAnotherFacet
Copy
Ask AI
function callAnotherFacet(bytes4 _functionSelector, bytes memory _callData)
internal
returns (bool success, bytes memory res);
On this page
Assistant
Responses are generated using AI and may contain mistakes.