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