Macro elrond_wasm::sc_try[][src]

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.