Expand description

A reentrancy check for use in Sway contracts.
Note that this only works in internal contexts.
to prevent reentrancy: assert(!is_reentrant());

Enums

Error log for when reentrancy has been detected