# `@abstraxn/core-types`

# Abstraxn SDK Types

Common types in the [Abstraxn SDK]

### Usage

for example

```typescript
import { SmartAccountState, SmartAccountVersion, GasLimit, ChainId } from "@abstraxn/core-types";
```
