Input¶
-
class
blocksci.Input¶ Class representing a transaction input
-
address¶ The address linked to this input
-
address_type¶ The address type of the input
-
age¶ The number of blocks between the spent output and this input
-
block¶ The block that contains this input
-
sequence_num¶ The sequence number of the input
-
spent_tx¶ The transaction that this input spent
-
spent_tx_index¶ The index of the transaction that this input spent
-
tx¶ The transaction that contains this input
-
value¶ The value in base currency attached to this input
-