Пример #1
0
 /// <summary>
 /// Creates a core api object that uses the specified connection settings to connect to a node
 /// </summary>
 /// <param name="host">hostname or API address of a node to interact with</param>
 /// <param name="port">tcp/udp port</param>
 public IotaCoreApi(string host, int port)
 {
     _genericIotaCoreApi = new GenericIotaCoreApi(host, port);
 }