> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/value/call/calltype.md).

# CallType

The class represents [call](/glider-ide/api/value/call.md) types.

`EVENT: str = 'event'`

`EXTERNAL: str = 'external'`

`INTERNAL: str = 'internal'`

`LIBRARY: str = 'library'`

`LOW_LEVEL: str = 'low_level'`

`NEW_ARR: str = 'new_arr'`

`NEW_ELEMENTARY_TYPE: str = 'new_elementary_type'`

`NEW_STRUCT: str = 'new_struct'`

`PRIVATE: str = 'private'`

`PUBLIC: str = 'public'`

`SOLIDITY: str = 'solidity'`

`TYPE_CONVERSION: str = 'type_conversion'`

`UNKNOWN: str = 'unknown'`
