Mark or unmark the inputs of a given transaction as selected as inputs on the storage. This prevents the inputs from being chosen by another transaction.
PUT/wallet/utxos-selected-as-input
Mark or unmark the inputs of a given transaction as selected as inputs on the storage. This prevents the inputs from being chosen by another transaction.
Request
- application/json
Body
required
Transaction hex representation.
txHex string
Hex format of a Transaction instance.
Responses
- 200
Mark the inputs from the given transaction
- application/json
- Schema
- success
Schema
any
Success
{
"success": true
}
Loading...