TxInput
tx_idstring
Hash in hex of the spending transaction
indexinteger
Index of the output is being spent
datastring
Data appended to input for verifying utxo, aka signature
TxInput
{
"tx_id": "string",
"index": 0,
"data": "string"
}
Hash in hex of the spending transaction
Index of the output is being spent
Data appended to input for verifying utxo, aka signature
{
"tx_id": "string",
"index": 0,
"data": "string"
}