This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
Open
Description
How can I receive UTXOS data for some address to generate new dependent transaction?
When I do this for BTC I use:
var Insight = require("bitcore-explorers").Insight;
var insight = new Insight(network);
insight.getUnspentUtxos(sourceAddress, function (error, utxos) {
// ...
}
Metadata
Assignees
Labels
No labels