Discussions
Is there a code example to how to blackist ongoing tx address ?
- I would like to know If I can block the incomming transaction addr is a blacklisted one
- How can I know if a particular addr already made a sucessful tx with me.
About "inline functions"
Hi
there is a question that has been in my mind for some time.
How to get all out going payments of a specific address
platform: "nodejs"
lib: "xrpl - ^2.5.0"
Prevent deleting a hook
Is there anyway to prevent a hook from being deleted?
EmitGeneration field value looks wrong
Hi
SetHook with field HookHash "xrpl-hooks" issue?
Hi.
hook namespace bug
Hi
RESET hook namespace data
Hi while testing peggy example I tried to RESET the hook namespace data
Tx Sucess in Callback?
Hi,
I'm trying to find out whether an emitted tx was successful or not(from within the cbak function).
Since I have neither access to "engine_result" nor "meta" data in the cbak function, the emitted Tx might not be sufficiently financed (tecPATH_PARTIAL) and the cbak function would still be called with "0".
Is there a way to make sure the emitted tx went through properly?
On hook state management.
Using the firewall example, i noticed that removing the hook, its hook-state remains still there, instead of being cleared along with the hook.
I did some testing by deleting and setting again hooks even with different namespaces.
This seems strange to me.
In this case, how can the hook-state memory be permanently deleted if the hook namespace and all stored keys are lost?
maybe the "reset" and "iteration" hook state functions of the key-values map are missing?