mvcapi 3.0.11

The Client Implementation for MVCApi.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# TxInput

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**index** | Option<**i32**> | Input index of the tx. | [optional]
**utxo_txid** | Option<**String**> | The outpoint utxo txid that this input spent | [optional]
**utxo_index** | Option<**i32**> | The outpoint utxo index that this input spent | [optional]
**address** | Option<**String**> | Parsed address from pubkey(P2PKH input only). | [optional]
**value** | Option<**i64**> | satoshi value of this input. | [optional]
**unlock_script** | Option<**String**> | The hex of the input script. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)