Interface IntrospectFilter

Filter ($ref: "JSONRPC.Introspect.Filter") Represents the filter parameters for the Introspect method.

interface IntrospectFilter {
    getreferences?: boolean;
    id: string;
    type: IntrospectType;
}

Properties

getreferences?: boolean
id: string