Closed Kycermann closed 3 years ago
Transactions can have multiple utxos? How would we add those in?
utxo
const transaction = new litecore.Transaction(); .from(utxo) .to(targetAddress, target) .to(changeAddress, change) .sign(privateKey);
Could someone please provide an example of a transaction with multiple inputs?
Transactions can have multiple
utxo
s? How would we add those in?Could someone please provide an example of a transaction with multiple inputs?