Macro elrond_wasm::sc_try[][src]

macro_rules! sc_try {
    ($s:expr) => { ... };
}

Equivalent of the ? operator for SCResult.