# @chipi-stack/types

TypeScript type definitions shared across all @chipi-stack packages.

## Install

```bash
npm install @chipi-stack/types
```

## Key Exports

- **Wallet**: WalletType, WalletData, CreateWalletParams, GetWalletResponse, DeploymentData
- **Transaction**: Transaction, TxStatus, TxType, TransferParams, PrepareTypedDataParams
- **SKU**: Sku, SkuCategory, GetSkuListQuery
- **Core**: Chain, ChainToken, Currency, ChipiSDKConfig, PaginatedResponse

## What you can ship

- **Type-safe full-stack Chipi integrations** — share wallet, transaction, and payment types between client and server
- **IDE autocompletion for all wallet, payment, and transaction types** — catch errors at compile time, not runtime

Have an idea? [Tell us what you want to build](https://github.com/chipi-pay/build-with-chipi/issues/new)

## License

MIT
