Represents the service associated with a node.

interface ESPRMServiceInterface {
    name: string;
    params: ESPRMServiceParamInterface[];
    type: string;
}

Implemented by

Properties

Properties

name: string
type: string