Equiv Address Iterator¶
-
class
blocksci.
EquivAddressIterator
¶ -
property
addresses
¶ For each item: Calculate balance
-
balance
(height: int = - 1) → numpy.ndarray[int]¶ For each item: Calculates the balance held by these equivalent addresses at the height (Defaults to the full chain)
-
in_txes_count
() → numpy.ndarray[int]¶ For each item: Return the number of transactions where these equivalent addresses were an input
-
input_txes_count
() → numpy.ndarray[int]¶ For each item: Return the number of transactions where these equivalent addresses were an input
-
property
inputs
¶ For each item: Returns an iterator over all inputs spent from these equivalent addresses
-
property
ins
¶ For each item: Returns an iterator over all inputs spent from these equivalent addresses
-
property
is_script_equiv
¶ For each item: Returns whether this equiv address is script equivalent or not
- Type
numpy.ndarray[bool]
-
out_txes_count
() → numpy.ndarray[int]¶ For each item: Return the number of transactions where these equivalent addresses were an output
-
output_txes_count
() → numpy.ndarray[int]¶ For each item: Return the number of transactions where these equivalent addresses were an output
-
property
outputs
¶ For each item: Returns an iterator over all outputs sent to these equivalent addresses
-
property
outs
¶ For each item: Returns an iterator over all outputs sent to these equivalent addresses
-
property