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

500 B

hooks-reserve-limit

Hook API etxn_reserve takes a parameter specifying the number of transactions intended to emit from the calling hook. Value of this parameter is limited, and the function fails if the limit is exceeded.

This check warns about too-large values of the number of reserved transactions (if they're specified by a constant - variable parameter is ignored).

Read more