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

# PrimitiveType

> **PrimitiveType** = `"bool"` | `"string"` | `"u8"` | `"u16"` | `"u32"` | `"u64"` | `"u128"` | `"i8"` | `"i16"` | `"i32"` | `"i64"` | `"i128"`

Defined in: [metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:87](https://github.com/gen-bc/gen/blob/main/metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts#L87)

Canonical primitive Rust types supported by ABI generation
