Optional
feeThe transaction fee. Defaults to 0.
If fee
is not passed, the library will figure out the network
fee and subtract it from the final amount
The outputs of the transaction, each output has key
recipient
and amount
Optional
priorityThe priority fee of the transaction. Defaults to 0
.
A UtxoSet object, can be created by UtxoSet.from({ entries: UTXO_FROM_RPC })
Generated using TypeDoc
The change address of the transaction, can be address string or Address Object that's created from the library