> ## Documentation Index
> Fetch the complete documentation index at: https://docs.forterulesengine.io/llms.txt
> Use this file to discover all available pages before exploring further.

# CallingFunctionHashMapping

> v0.20.5

> **CallingFunctionHashMapping** = `object`

Defined in: [src/modules/types.ts:193](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L193)

Maps calling functions to their signatures and encoded values

## Properties

### callingFunction

> **callingFunction**: `string`

Defined in: [src/modules/types.ts:195](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L195)

The calling function identifier

***

### encodedValues

> **encodedValues**: `string`

Defined in: [src/modules/types.ts:199](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L199)

Encoded values for the function

***

### name

> **name**: `string`

Defined in: [src/modules/types.ts:200](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L200)

***

### signature

> **signature**: `string`

Defined in: [src/modules/types.ts:197](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/modules/types.ts#L197)

Function signature
