Forte Rules Engine home pagelight logodark logo
  • Contact Us
  • Contact Us
Type Aliases
ForeignCallDefinition
Documentation
Reference
SDK Reference
  • Documentation
  • Contributor Guide
  • GitHub FRE
  • GitHub SDK
  • Classes
    • RulesEngine
    Functions
    • connectConfig
    • generateModifier
    • getConfig
    • injectModifier
    • policyModifierGeneration
    • setupConfig
    Variables
    • matchArray
    • operandArray
    • PT
    • supportedTrackerTypes
    • truMatchArray
    Interfaces
    • foreignCallJSON
    • PolicyJSON
    • ruleJSON
    Type Aliases
    • FCNameToID
    • ForeignCallArgumentMappings
    • ForeignCallDefinition
    • FunctionArgument
    • hexToFunctionSignature
    • IndividualArugmentMapping
    • PlaceholderStruct
    • RawData
    • RulesEngineComponentContract
    • RulesEnginePolicyContract
    • RuleStorageSet
    • RuleStruct
    • stringReplacement
    • TrackerDefinition
    • trackerIndexNameMapping
    Enumerations
    • EffectType
    • pTypeEnum
    Type Aliases

    ForeignCallDefinition

    ForeignCallDefinition: object

    ​
    Type declaration

    ​
    address

    address: Address

    ​
    encodedIndices

    encodedIndices: number[]

    ​
    name

    name: string

    ​
    parameterTypes

    parameterTypes: number[]

    ​
    returnType

    returnType: number

    ​
    signature

    signature: string

    ​
    Defined in

    src/modules/types.ts:106

    ForeignCallArgumentMappingsFunctionArgument
    xgithublinkedin
    Powered by Mintlify
    On this page
    • Type declaration
    • address
    • encodedIndices
    • name
    • parameterTypes
    • returnType
    • signature
    • Defined in