mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
linting
This commit is contained in:
parent
deb845db3b
commit
ed0a0266f6
2 changed files with 0 additions and 43 deletions
|
@ -1,44 +1,3 @@
|
||||||
abstract class Buy {
|
abstract class Buy {
|
||||||
String get name;
|
String get name;
|
||||||
|
|
||||||
// Future<BuyResponse<List<Currency>>> getAllCurrencies(bool fixedRate);
|
|
||||||
//
|
|
||||||
// Future<BuyResponse<List<Pair>>> getPairsFor(
|
|
||||||
// String currency,
|
|
||||||
// bool fixedRate,
|
|
||||||
// );
|
|
||||||
//
|
|
||||||
// Future<BuyResponse<List<Pair>>> getAllPairs(bool fixedRate);
|
|
||||||
//
|
|
||||||
// Future<BuyResponse<Trade>> getTrade(String tradeId);
|
|
||||||
// Future<BuyResponse<Trade>> updateTrade(Trade trade);
|
|
||||||
//
|
|
||||||
// Future<BuyResponse<List<Trade>>> getTrades();
|
|
||||||
//
|
|
||||||
// Future<BuyResponse<Range>> getRange(
|
|
||||||
// String from,
|
|
||||||
// String to,
|
|
||||||
// bool fixedRate,
|
|
||||||
// );
|
|
||||||
//
|
|
||||||
// Future<BuyResponse<Estimate>> getEstimate(
|
|
||||||
// String from,
|
|
||||||
// String to,
|
|
||||||
// Decimal amount,
|
|
||||||
// bool fixedRate,
|
|
||||||
// bool reversed,
|
|
||||||
// );
|
|
||||||
//
|
|
||||||
// Future<BuyResponse<Trade>> createTrade({
|
|
||||||
// required String from,
|
|
||||||
// required String to,
|
|
||||||
// required bool fixedRate,
|
|
||||||
// required Decimal amount,
|
|
||||||
// required String addressTo,
|
|
||||||
// String? extraId,
|
|
||||||
// required String addressRefund,
|
|
||||||
// required String refundExtraId,
|
|
||||||
// String? rateId,
|
|
||||||
// required bool reversed,
|
|
||||||
// });
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// TODO use _buildUri
|
|
||||||
|
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue