Exemple #1
0
 public static UnsignedTx CreateDebugChannelSlash(this FlatClient client, ChannelSlashTx tx) => client.CreateDebugChannelSlashAsync(tx).RunAndUnwrap();
Exemple #2
0
 public Task <UnsignedTx> CreateDebugChannelSlashAsync(ChannelSlashTx tx, CancellationToken token = default(CancellationToken)) => _apiClient.PostChannelSlashAsync(tx, token);