Interface NodeOverridesStructure

interface NodeOverridesStructure {
    endpointOverrides: GossipEndpoint[];
    interfaceBindings: GossipEndpoint[];
}

Properties

endpointOverrides: GossipEndpoint[]
interfaceBindings: GossipEndpoint[]