Closed reenko closed 4 years ago
API have public method withdrawPayment https://github.com/coinbase/coinbase-pro-node/blob/master/lib/clients/authenticated.js#L286-L293
withdrawPayment
But on index.d.ts this method was skip. https://github.com/coinbase/coinbase-pro-node/blob/master/index.d.ts#L308-L312
index.d.ts
Hi, we are closing out PRs + Issues as this project is being archived.
API have public method
withdrawPayment
https://github.com/coinbase/coinbase-pro-node/blob/master/lib/clients/authenticated.js#L286-L293But on
index.d.ts
this method was skip. https://github.com/coinbase/coinbase-pro-node/blob/master/index.d.ts#L308-L312