multiversx_sc_codec

Function top_decode_from_nested_or_handle_err

Source
pub fn top_decode_from_nested_or_handle_err<I, T, H>(
    input: I,
    h: H,
) -> Result<T, H::HandledErr>
Expand description

Top-decodes the result using the NestedDecode implementation.