Input

class blocksci.Input

Class representing a transaction input

address

The address linked to this input

Type:Address
address_type

The address type of the input

Type:blocksci.address_type
age

The number of blocks between the spent output and this input

Type:int
block

The block that contains this input

Type:blocksci.Block
index

The index index inside this input’s transaction

Type:int
sequence_num

The sequence number of the input

Type:int
spent_tx

The transaction that this input spent

Type:blocksci.Tx
spent_tx_index

The index of the transaction that this input spent

Type:int
tx

The transaction that contains this input

Type:blocksci.Tx
tx_index

The tx index of this input’s transaction

Type:int
value

The value in base currency attached to this input

Type:int