Files
xrpl-hooks-ide/xrpl-hooks-docs/md/hooks-slot-sub-limit.md
Denis Angell d21cda21d0 !fixup
2023-06-06 12:53:43 +00:00

8 lines
524 B
Markdown

# hooks-slot-sub-limit
Hook APIs [slot_subarray](https://xrpl-hooks.readme.io/reference/slot_subarray) and [slot_subfield](https://xrpl-hooks.readme.io/reference/slot_subfield) take parameters specifying parent and child slot numbers. Values of these parameters are limited, and the functions fail if the limit is exceeded.
This check warns about too-large values of the slot numbers (if they're specified by a constant - variable parameters are ignored).
[Read more](https://xrpl-hooks.readme.io/docs/slots-and-keylets)