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