interface RuntimeApiMethodSpec {
    codec?: $.AnyShape;
    docs?: string | string[];
    methodName?: string;
    params: RuntimeApiMethodParamSpec[];
    runtimeApiName?: string;
    type?: string;
    typeId?: number;
    version?: number;
    [prop: string]: any;
}

Indexable

  • [prop: string]: any

Properties

codec?: $.AnyShape
docs?: string | string[]
methodName?: string
runtimeApiName?: string
type?: string
typeId?: number
version?: number