Type Definition sp_api::ApiErrorFor
source · [−]pub type ApiErrorFor<T, Block> = <<T as ProvideRuntimeApi<Block>>::Api as ApiErrorExt>::Error;
Expand description
Extracts the Api::Error
for a type that provides a runtime api.
pub type ApiErrorFor<T, Block> = <<T as ProvideRuntimeApi<Block>>::Api as ApiErrorExt>::Error;
Extracts the Api::Error
for a type that provides a runtime api.