Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AddConnectionMutation

Add connections mutation.

Adds a connection to the network.

Hierarchy

Index

Methods

Methods

mutate

  • mutate(network: Network, options?: { maxConnections?: undefined | number }): void
  • Mutates the network.

    Parameters

    • network: Network

      The network which gets mutated

    • Default value options: { maxConnections?: undefined | number } = {}
      • Optional maxConnections?: undefined | number

        Maximum allowed connections.

    Returns void

Generated using TypeDoc