Skip to content
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.

Receive UTXOS to generate new transaction #6

Open
@dzarezenko

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions