-
Notifications
You must be signed in to change notification settings - Fork 83
Receive UTXOS to generate new transaction #6
Comments
Or how can I at least receive current balance of some address to send all LTC from it? |
Take a look at the README file for more info about the API. If you've got code that already works with the bitcore stack, it should be pretty simple to add LTC support (just change the package names!) |
Thank you for your answer. Yes I have working script for BTC, but it uses two modules Could you propose some analogue for LTC or how can I get LTC address balance just with Thanks! |
@losh11 , sorry, could you help me with my problem, maybe you know some alternative solution? |
Here is the module what you may required. |
I would prefer if I was added to to that module on npmjs.
…On Mon, 13 Nov 2017 at 02:42, Topguru ***@***.***> wrote:
Here is the module what you may required.
https://www.npmjs.com/package/litecore-explorers
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACfNumPKFFJBSd3sRYEJAM2ArJPWK5SXks5s16yugaJpZM4QCw4I>
.
|
How can I receive UTXOS data for some address to generate new dependent transaction?
When I do this for BTC I use:
The text was updated successfully, but these errors were encountered: