XRPLF / xrpl4j

A 100% Java implementation to interact with the XRP Ledger.
ISC License
86 stars 48 forks source link

SetHook Transaction type #532

Closed etherum123 closed 4 months ago

etherum123 commented 4 months ago

Is there any intention on adding the SetHook transaction type to the code?

sappenin commented 4 months ago

Hi @etherum123 - eventually my plan is to support that, but first I want to design a system that allows xrpl4j to more easily support alternative networks. However, I don't have an ETA just yet for either of those.

In the meantime, we do have some work started on hooks (though kinda dormant, so it might be out of date depending on whether hooks have changed at all). Take a look here: https://github.com/XRPLF/xrpl4j/tree/hooks-dev-preview

etherum123 commented 4 months ago

Thanks David.