Skip to content

reddio-java/v0.0.43

Pre-release
Pre-release
Compare
Choose a tag to compare
@STRRL STRRL released this 16 Feb 15:33
· 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 or Order until reaching the desired state

example usage: GitHub Gist