pub fn on_assertion_numeric(
msg: impl AsRef<str>,
value: i64,
cmp: AssertCmp,
threshold: i64,
kind: AssertKind,
maximize: bool,
)Expand description
Numeric assertion backing wrapper.
Delegates to moonpool_explorer::assertion_numeric.
Accepts both &str and String message arguments.