Equiv Address Iterator

class blocksci.EquivAddressIterator
addresses

For each item: Returns an iterator over the addresses that make up this equivalent address

Type:blocksci.AddressIterator
all

Returns a list of all of the objects in the range

balance(height: int=-1) → numpy.ndarray[int64]

For each item: Calculates the balance held by these equivalent addresses at the height (Defaults to the full chain)

Return type:numpy.ndarray[int64]
in_txes_count() → numpy.ndarray[int64]

For each item: Return the number of transactions where these equivalent addresses were an input

Return type:numpy.ndarray[int64]
is_script_equiv

For each item: Returns whether this equiv address is script equivalent or not

Type:numpy.ndarray[NumpyBool]
out_txes_count() → numpy.ndarray[int64]

For each item: Return the number of transactions where these equivalent addresses were an output

Return type:numpy.ndarray[int64]
outs() → blocksci.OutputIterator

For each item: Returns a list of all outputs sent to these equivalent addresses

Return type:blocksci.OutputIterator