bitstamp
bitstamp copied to clipboard
Upgrading with new withdrawals methods
Hi Mike,
I would like to prepare a pull request to add withdrawal requests (like eth) but I don't know how to locally update my package. I use your package as a base then
- in node_modules I update the code by adding functions (like eth_withdrawal)
- cd /node_modules
- run "npm install"
- test my code (I deploy on Firebase Functions)
And the issue I have is that the new functions (like eth_withdrawal) are not recognized ("eth_withdrawal is not a function")
Do you have an idea?
Sorry for tagging this as an issue I don't know how to open a simple question on your repo :(
Hey @iboxgithub sorry for the late reply. If this is still an issue can you please post your updated code somewhere?