multiversx_sc

Macro 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.