Files
xrpl-hooks-ide/xrpl-hooks-docs/md/hooks-raddr-conv-buf-len.md
2023-06-06 12:28:19 +00:00

357 B

hooks-raddr-conv-buf-len

Hook API util_accid has upper limit on the length of its input (because it expects it to be a raddr) and fixed-size account ID output.

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