Skip to main content

Table Details

PropertyValue
Table Namelitecoin.raw.inputs
Table StatusProduction-Ready
Unique Keyinput_id
Clustering Key(s)to_date("block_timestamp")
Search Optimizationspent_utxo_id, transaction_hash, spent_transaction_hash

Table Columns

Column NameData TypeDescription
spent_transaction_hashVARCHAR(66)Hash of the transaction that created the output being spent by this input.
spent_output_indexNUMBER(38,0)The index of the output being spent within its transaction.
script_asmVARCHAR(16777216)The script in assembly format that unlocks the spent output.
script_hexVARCHAR(16777216)The script in hexadecimal format that unlocks the spent output.
sequenceNUMBER(38,0)The sequence number of this input, used for relative time-locks.
coinbaseVARCHAR(16777216)For coinbase transactions, contains the coinbase data. NULL for non-coinbase inputs.
indexNUMBER(38,0)The position of this input within its transaction.
input_idVARCHAR(16777216)Unique identifier for this input, composed of transaction_hash and index.
spent_utxo_idVARCHAR(16777216)Unique identifier for the spent output, composed of spent_transaction_hash and spent_output_index.
transaction_hashVARCHAR(66)Unique hash of the transaction that contains this input.
block_hashVARCHAR(66)Hash of the block containing this input’s transaction.
block_numberNUMBER(38,0)Number of the block containing this input’s transaction.
block_timestampTIMESTAMP_NTZ(9)Timestamp when the block containing this input was mined.
_created_atTIMESTAMP_NTZ(9)Timestamp when this record was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp when this record was last updated in the database.