Beispiel #1
0
 public static UnsignedTx CreateDebugChannelSnapshotSolo(this FlatClient client, ChannelSnapshotSoloTx tx) => client.CreateDebugChannelSnapshotSoloAsync(tx).RunAndUnwrap();
Beispiel #2
0
 public Task <UnsignedTx> CreateDebugChannelSnapshotSoloAsync(ChannelSnapshotSoloTx tx, CancellationToken token = default(CancellationToken)) => _apiClient.PostChannelSnapshotSoloAsync(tx, token);