Transaction Output¶
-
class
blocksci.Output¶ Class representing a transaction output
-
address¶ This address linked to this inout
-
is_spent¶ Returns whether this output has been spent
-
script_type¶ The type of the address
-
spending_tx¶ Returns the transaction that spent this output or None if it is unspent
-
spending_tx_index¶ Returns the index of the tranasction which spent this output or 0 if it is unspent
-
value¶ The value in base currency attached to this inout
-