> ## 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.

# hexToFunctionString

> v0.20.5

> **hexToFunctionString** = `object`

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

Maps hex values to their function string representations

## Properties

### encodedValues

> **encodedValues**: `string`

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

Encoded values for the function

***

### functionString

> **functionString**: `string`

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

String representation of the function

***

### hex

> **hex**: `string`

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

Hex representation

***

### index

> **index**: `number`

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

Index of the function

***

### name?

> `optional` **name**: `string`

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

Name field - should be provided for foreign calls since names are required
