Output

class blocksci.Output

Class representing a transaction output

address

This address linked to this output

address_type

The address type of the output

block

The block that contains this input

is_spent

Returns whether this output has been spent

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

tx

The transaction that contains this input

value

The value in base currency attached to this output