Type Alias GenericRuntimeApiMethod<_, F>

GenericRuntimeApiMethod<_, F>: F & {
    meta: RuntimeApiMethodSpec;
}

Type Parameters