Beispiel #1
0
 public JS_NodeInfo(JS_NodeDetails NodeDetails, JS_LedgerInfo LastLedgerInfo)
 {
     this.NodeDetails = NodeDetails;
     this.LastLedgerInfo = LastLedgerInfo;
 }
Beispiel #2
0
 public JS_NodeInfo()
 {
     Network = Common.NetworkType.ToString();
     this.NodeDetails = new JS_NodeDetails();
     this.LastLedgerInfo = new JS_LedgerInfo();
 }