Output Iterator

class blocksci.OutputIterator
property address

For each item: This address linked to this output

Type

blocksci.AddressIterator

property address_type

For each item: The address type of the output

Type

list

property block

For each item: The block that contains this input

Type

blocksci.BlockIterator

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

Type

blocksci.InputIterator

property spending_tx

For each item: The transaction that spent this output or None if it is unspent

Type

blocksci.TxIterator

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

blocksci.TxIterator

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]