Example #1
0
 public string Connect(NodeInfo node)
 {
     return(ConnectAsync(node).GetAwaiter().GetResult());
 }
Example #2
0
 public string Open(NodeInfo node, Money fundingSatoshi, LightMoney pushAmount = null)
 {
     return(OpenAsync(node, fundingSatoshi, pushAmount).GetAwaiter().GetResult());
 }