pub type InvokeResult = ApiResult<InvokeOutcome>;Expand description
The result of inner PVM invocations.
Aliased Type§
enum InvokeResult {
Ok(InvokeOutcome),
Err(ApiError),
}pub type InvokeResult = ApiResult<InvokeOutcome>;The result of inner PVM invocations.
enum InvokeResult {
Ok(InvokeOutcome),
Err(ApiError),
}