updateOptions abstract method

void updateOptions(
  1. NodeOptions newOptions
)

Updates the NodeOptions property of the node, also reconnects the websocket to the new options

Implementation

void updateOptions(NodeOptions newOptions);