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

# TransactionType

Classification of decoded transaction event types

## Values

| Value          | Description                                  |
| -------------- | -------------------------------------------- |
| `APPROVE`      | Token spending approval                      |
| `BRIDGE`       | Cross-chain bridge transfer                  |
| `C_DEPOSIT`    | Hypercore cross-chain deposit                |
| `C_WITHDRAWAL` | Hypercore cross-chain withdrawal             |
| `DELEGATION`   | Hypercore staking delegation or undelegation |
| `DEPOSIT`      | Token deposit or liquidity addition          |
| `FILL`         | Hypercore perpetuals trade fill              |
| `FUNDING`      | Hypercore funding rate payment               |
| `LEDGER`       | Hypercore ledger update                      |
| `SWAP`         | Token swap on a DEX                          |
| `TRANSFER`     | Token transfer between addresses             |
| `WITHDRAW`     | Token withdrawal or liquidity removal        |
