Exemplo n.º 1
0
 public static UnsignedTx CreateDebugChannelCloseMutual(this FlatClient client, ChannelCloseMutualTx tx) => client.CreateDebugChannelCloseMutualAsync(tx).RunAndUnwrap();
Exemplo n.º 2
0
 public Task <UnsignedTx> CreateDebugChannelCloseMutualAsync(ChannelCloseMutualTx tx, CancellationToken token  = default(CancellationToken)) => _apiClient.PostChannelCloseMutualAsync(tx, token);