Files
xrpl-hooks-ide/xrpl-hooks-docs/md/hooks-param-set-buf-len.md
Vaclav Barta 7ffcfd694d Feature/new hook doc (#144)
* added hooks-param-buf-len doc file

* showing help for hooks-param-buf-len

* added hooks-param-set-buf-len
2022-03-25 09:23:53 +01:00

383 B

hooks-param-set-buf-len

Function hook_param_set expects limited-length name, fixed-length hash and limited-length value inputs.

This check warns about invalid sizes of input buffers (if they're specified by constants - variable parameters are ignored).

Read more