Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

how can I getUxtos on litecoin testnet #6

@Antornyh

Description

@Antornyh

here is my code ,and it always return empyt.

var insight = new explorers.Insight('http://testnet.litecointools.com',explorers.litecore.Networks.testnet);

insight.getUtxos('n3pnH9YPjesmhQuTHrGtY3J9AX4XeraC9W', function(err, utxos) {
if (err) {
// Handle errors...
console.log(err)
} else {
// Maybe use the UTXOs to create a transaction
console.log(res)
}
});

Metadata

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