irufus / gdax-java

Java based wrapper for Coinbase Pro (Formerly known as GDAX API and Coinbase Exchange API)
MIT License
177 stars 131 forks source link

Withdrawal and Deposit improvements #40

Closed irufus closed 6 years ago

irufus commented 6 years ago

Handles issues brought up with Deposits and Withdrawals #24

irufus commented 6 years ago

Withdrawal and Deposit improvements and bug fixes. Added test coverage for Withdrawal, Depsoit and Payment classes. Added new base abstract class MonetaryRequest to handle PaymentRequests.