Accept Santoshi amounts
Hi,
I really like your project it's the only one I've found that processes btc transactions from beginning to end. I was wondering if you would be willing to add an option to accept santoshi instead of btc?
I could also add it myself if you are open to PRs.
Hey, glad you like the project, and good idea for an addition. Definitely open to PRs or if you don't mind waiting I can add it myself when I get a moment.
I would advise to throw an exception when both btc and satoshi are supplied just to make absolutely sure the user knows what amount they want to send before committing a transaction.
Additionally you could add an option to the getBalance method to return the amount in satoshi instead of btc. Something like "satoshi": true in the options object.
Also be sure to update the README. :)