Input¶
-
class
blocksci.Input¶ Class representing a transaction input
-
address_type¶ The address type of the input
Type: blocksci.address_type
-
block¶ The block that contains this input
Type: blocksci.Block
-
spent_tx¶ The transaction that this input spent
Type: blocksci.Tx
-
tx¶ The transaction that contains this input
Type: blocksci.Tx
-