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

427 B

hooks-trivial-cbak

A Hook may implement and export a cbak function.

But the function is optional, and defining it so that it doesn't do anything besides returning a constant value is unnecessary (except for some debugging scenarios) and just increases the hook size. This check warns about such implementations.

Read more