Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Conversation

cgcardona
Copy link
Contributor

  • Android and iOS docs

kralux and others added 20 commits March 10, 2019 22:25
Added some information because I think it is needed since I first got confused while writing my code. I thought utxo() would return the CONFRIMED TXs and unconfirmed() would return the unconfirmed TXs so I initially called BOTH methods only to realize I had duplicate TXIDs since utxo() generates both. One can only figure that out after running the code since it does not explicitly state that. Hopefully this will help other devs in the future. I also added some explanations to the utxo object structure for people not familiar with it since it may save them time...
Fixed input format mismatch with the output format of the example
added more explanation on how to use the sign() method because it is not clear for a new user how to use it on multiple inputs.
added link to WIF format because most people won't remember it by heart and will need to look it up.
added another link simply describing steps to go from PK to WIF
added detail since it refuses non-compressed private keys.
@cgcardona cgcardona added the DO NOT MERGE Do not merge label Mar 19, 2019
@cgcardona cgcardona removed the DO NOT MERGE Do not merge label Apr 3, 2019
@cgcardona cgcardona merged commit e009016 into master Apr 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants