Files
xrpl-hooks-ide/xrpl-hooks-docs/md/hooks-slot-type-limit.md

492 B

hooks-slot-type-limit

Hook API slot_type takes a parameter specifying the accessed slot number. Value of this parameter is limited, and the function fails if the limit is exceeded.

This check warns about too-large values of the slot number as well as invalid values of the flags parameter (if they're specified by constants - variable parameters are ignored).

Read more