GatewayManager constructor

GatewayManager(
  1. NyxxRest client
)

Create a new GatewayManager.

Implementation

factory GatewayManager(NyxxRest client) = _GatewayManagerImpl;