Interface IntrospectParams

IntrospectParams ($ref: "JSONRPC.Introspect.Params") Parameters for the Introspect method.

interface IntrospectParams {
    filter?: IntrospectFilter;
    filterbytransport?: boolean;
    getdescriptions?: boolean;
    getmetadata?: boolean;
}

Properties

filterbytransport?: boolean
getdescriptions?: boolean
getmetadata?: boolean