Interface RegistryMaxNodesConstraint

MaxNodesConstraint specifies that only the given number of nodes may be eligible per entity.

interface RegistryMaxNodesConstraint {
    limit: number;
}

Properties

Properties

limit: number