Ejemplo n.º 1
0
 public static UnsignedTx CreateDebugChannelWithdraw(this FlatClient client, ChannelWithdrawTx tx) => client.CreateDebugChannelWithdrawAsync(tx).RunAndUnwrap();
Ejemplo n.º 2
0
 public Task <UnsignedTx> CreateDebugChannelWithdrawAsync(ChannelWithdrawTx tx, CancellationToken token        = default(CancellationToken)) => _apiClient.PostChannelWithdrawAsync(tx, token);