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

# Credit Debit

### Table Details

| Property     | Value                          |
| ------------ | ------------------------------ |
| Table Name   | `litecoin.assets.credit_debit` |
| Table Status | Production-Ready               |

### Table Columns

| Column Name         | Data Type         | Description                                                                                                                      |
| ------------------- | ----------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| address             | VARCHAR(130)      | Address of the account.                                                                                                          |
| amount\_raw\_str    | VARCHAR(16777216) | Change of value to the address (unnormalized), as a string.                                                                      |
| amount\_raw         | NUMBER(38,8)      | Change of value to the address (unnormalized).                                                                                   |
| amount\_str         | VARCHAR(16777216) | Change of value to the address, normalized by the decimal points defined in the token contract, as a string.                     |
| amount              | FLOAT             | Change of value to the address, normalized by the decimal points defined by the LTC protocol in litoshi. One litoshi = 1e-8 LTC. |
| usd\_amount         | FLOAT             | The change of value to the address, in \$USD at the time of the block.                                                           |
| usd\_exchange\_rate | FLOAT             | The exchange rate used to calculate the usd\_amount.                                                                             |
| block\_timestamp    | TIMESTAMP\_NTZ(9) | The timestamp of the block that resulted in change in balance.                                                                   |
| block\_number       | NUMBER(38,0)      | The number of the block that resulted in change in balance.                                                                      |
| block\_hash         | VARCHAR(66)       | The hash of block that resulted in change in balance.                                                                            |
| transaction\_index  | NUMBER(38,0)      | Index of the transaction that resulted in the change in balance.                                                                 |
| transaction\_hash   | VARCHAR(66)       | Hash of the transaction that resulted in the change in balance.                                                                  |
| input\_index        | NUMBER(38,0)      | Index of the input that resulted in the change in balance (debit).                                                               |
| output\_index       | NUMBER(38,0)      | Index of the output that resulted in the change in balance (credit).                                                             |
| unique\_index\_id   | VARCHAR(16777216) | Unique ID of the credit debit entry.                                                                                             |
| \_created\_at       | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                                                                         |
| \_updated\_at       | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.                                                                    |
