reddio-java/v0.0.43
Pre-release
Pre-release
·
89 commits
to main
since this release
This release introduces:
- the new style of APIs for transfer/withdrawal/order
com.reddio.api.v1.requests.ReddioOrderApi
com.reddio.api.v1.requests.ReddioTransferToApi
com.reddio.api.v1.requests.ReddioWithdrawalToApi
- support get the raw request content and signature before sending the request
- support polling
SequenceRecord
orOrder
until reaching the desired state
example usage: GitHub Gist