DecodedCallResult typedef

DecodedCallResult = ({ResultFlags flags, int status})

Decoded status and execution facts from a native ABI call.

Implementation

typedef DecodedCallResult = ({int status, ResultFlags flags});