Output¶
-
class
blocksci.
Output
¶ Class representing a transaction output
-
address_type
¶ The address type of the output
Type: blocksci.address_type
-
block
¶ The block that contains this input
Type: blocksci.Block
-
spending_tx
¶ The transaction that spent this output or None if it is unspent
Type: Optional[blocksci.Tx]
-
spending_tx_index
¶ Returns the index of the tranasction which spent this output or 0 if it is unspent
Type: Optional[int]
-
tx
¶ The transaction that contains this input
Type: blocksci.Tx
-