NodeEvent is the event that is returned via WatchNodes to signify node registration changes and updates.

interface RegistryNodeEvent {
    is_registration: boolean;
    node: Node;
}

Properties

is_registration: boolean
node: Node