Output Iterator¶
-
class
blocksci.OutputIterator¶ -
property
address¶ For each item: This address linked to this output
-
property
block¶ For each item: The block that contains this input
-
property
index¶ For each item: The output index inside this output’s transaction
- Type
numpy.ndarray[int]
-
property
is_spent¶ For each item: Returns whether this output has been spent
- Type
numpy.ndarray[bool]
-
property
spending_input¶ For each item: The input that spent this output or None if it is unspent
-
property
spending_tx¶ For each item: The transaction that spent this output or None if it is unspent
- Type
-
property
spending_tx_index¶ For each item: Returns the index of the tranasction which spent this output or 0 if it is unspent
- Type
numpy.ndarray[int]
-
property
tx¶ For each item: The transaction that contains this input
- Type
-
property
tx_index¶ For each item: The tx index of this output’s transaction
- Type
numpy.ndarray[int]
-
property
value¶ For each item: The value in base currency attached to this output
- Type
numpy.ndarray[int]
-
property