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

436 B

hooks-transaction-slot-limit

Function otxn_slot 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 (if it's specified by a constant - variable parameter is ignored).

Read more