RulesEngineStorageStructure.sol
ForeignCallS
Reference
- Forte Rules Engine
- Reference ToC
- Client
- Example
- Engine
- Table of Contents
- AccessModifiers.sol
- RulesEngineStorageStructure.sol
- facets
- RulesEngineDiamondLib.sol
- RulesEngineErrors.sol
- RulesEngineDiamond.sol
- RulesEngineStoragePositionLib.sol
- RulesEngineEvents.sol
- Utils
RulesEngineStorageStructure.sol
ForeignCallS
Foreign Call Structures
struct ForeignCallS {
mapping(uint256 policyId => uint256) foreignCallIdxCounter;
mapping(uint256 policyId => mapping(uint256 foreignCallIndex => ForeignCall)) foreignCalls;
}