ResultHandle
ResultHandle
is an opaque struct managed by the SDK which allows you to dynamically read out results with get_data
. You will only ever have a pointer to this struct accessed from within an ExecutionResult
if it is the Success
variant.
Definition
typedef struct ResultHandle ResultHandle;