Skip to main content

Table Details

PropertyValue
Table Namelitecoin.assets.credit_debit
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
addressVARCHAR(130)Address of the account.
amount_raw_strVARCHAR(16777216)Change of value to the address (unnormalized), as a string.
amount_rawNUMBER(38,8)Change of value to the address (unnormalized).
amount_strVARCHAR(16777216)Change of value to the address, normalized by the decimal points defined in the token contract, as a string.
amountFLOATChange of value to the address, normalized by the decimal points defined by the LTC protocol in litoshi. One litoshi = 1e-8 LTC.
usd_amountFLOATThe change of value to the address, in $USD at the time of the block.
usd_exchange_rateFLOATThe exchange rate used to calculate the usd_amount.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block that resulted in change in balance.
block_numberNUMBER(38,0)The number of the block that resulted in change in balance.
block_hashVARCHAR(66)The hash of block that resulted in change in balance.
transaction_indexNUMBER(38,0)Index of the transaction that resulted in the change in balance.
transaction_hashVARCHAR(66)Hash of the transaction that resulted in the change in balance.
input_indexNUMBER(38,0)Index of the input that resulted in the change in balance (debit).
output_indexNUMBER(38,0)Index of the output that resulted in the change in balance (credit).
unique_index_idVARCHAR(16777216)Unique ID of the credit debit entry.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.