Type Alias InvokeResult

Source
pub type InvokeResult = ApiResult<InvokeOutcome>;
Expand description

The result of the crate::refine::invoke host-call.

Aliased Type§

enum InvokeResult {
    Ok(InvokeOutcome),
    Err(ApiError),
}

Variants§

§1.0.0

Ok(InvokeOutcome)

Contains the success value

§1.0.0

Err(ApiError)

Contains the error value