Macro multiversx_sc::sc_try
source ยท macro_rules! sc_try { ($s:expr) => { ... }; }
๐Deprecated since 0.16.0: The
? operator can now be used on SCResult, please use it instead.Expand description
Equivalent to the ? operator for SCResult.