Skip to main content

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

Body

required

Transaction hex representation.

    txHex string

    Hex format of a Transaction instance.

Responses

Mark the inputs from the given transaction

Schema

    any

Loading...