2022-10-16 06:50:10 +00:00
|
|
|
// Mocks generated by Mockito 5.3.2 from annotations
|
2022-08-30 22:39:18 +00:00
|
|
|
// in stackwallet/test/screen_tests/exchange/exchange_view_test.dart.
|
|
|
|
// Do not manually edit this file.
|
|
|
|
|
2022-10-16 06:50:10 +00:00
|
|
|
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
2022-09-03 16:30:19 +00:00
|
|
|
import 'dart:async' as _i7;
|
|
|
|
import 'dart:ui' as _i8;
|
2022-08-30 22:39:18 +00:00
|
|
|
|
2022-09-03 16:30:19 +00:00
|
|
|
import 'package:decimal/decimal.dart' as _i15;
|
|
|
|
import 'package:http/http.dart' as _i13;
|
2022-08-30 22:39:18 +00:00
|
|
|
import 'package:mockito/mockito.dart' as _i1;
|
2022-09-09 17:23:15 +00:00
|
|
|
import 'package:stackwallet/models/exchange/change_now/cn_exchange_estimate.dart'
|
2022-10-03 00:55:35 +00:00
|
|
|
as _i18;
|
2022-08-30 22:39:18 +00:00
|
|
|
import 'package:stackwallet/models/exchange/change_now/exchange_transaction.dart'
|
2022-10-03 00:55:35 +00:00
|
|
|
as _i20;
|
2022-09-03 16:30:19 +00:00
|
|
|
import 'package:stackwallet/models/exchange/change_now/exchange_transaction_status.dart'
|
2022-10-03 00:55:35 +00:00
|
|
|
as _i21;
|
2022-10-02 19:37:11 +00:00
|
|
|
import 'package:stackwallet/models/exchange/response_objects/currency.dart'
|
|
|
|
as _i14;
|
2022-10-03 16:30:50 +00:00
|
|
|
import 'package:stackwallet/models/exchange/response_objects/estimate.dart'
|
|
|
|
as _i17;
|
|
|
|
import 'package:stackwallet/models/exchange/response_objects/fixed_rate_market.dart'
|
|
|
|
as _i19;
|
2022-10-03 15:41:53 +00:00
|
|
|
import 'package:stackwallet/models/exchange/response_objects/pair.dart' as _i22;
|
2022-10-03 00:55:35 +00:00
|
|
|
import 'package:stackwallet/models/exchange/response_objects/range.dart'
|
|
|
|
as _i16;
|
|
|
|
import 'package:stackwallet/models/exchange/response_objects/trade.dart'
|
|
|
|
as _i10;
|
2022-08-30 22:39:18 +00:00
|
|
|
import 'package:stackwallet/pages/exchange_view/sub_widgets/exchange_rate_sheet.dart'
|
2022-09-03 16:30:19 +00:00
|
|
|
as _i5;
|
2022-10-02 20:53:53 +00:00
|
|
|
import 'package:stackwallet/services/exchange/change_now/change_now_api.dart'
|
|
|
|
as _i12;
|
|
|
|
import 'package:stackwallet/services/exchange/exchange_response.dart' as _i2;
|
2022-09-03 16:30:19 +00:00
|
|
|
import 'package:stackwallet/services/trade_notes_service.dart' as _i11;
|
|
|
|
import 'package:stackwallet/services/trade_service.dart' as _i9;
|
|
|
|
import 'package:stackwallet/utilities/enums/backup_frequency_type.dart' as _i6;
|
|
|
|
import 'package:stackwallet/utilities/enums/sync_type_enum.dart' as _i4;
|
|
|
|
import 'package:stackwallet/utilities/prefs.dart' as _i3;
|
2022-08-30 22:39:18 +00:00
|
|
|
|
|
|
|
// ignore_for_file: type=lint
|
|
|
|
// ignore_for_file: avoid_redundant_argument_values
|
|
|
|
// ignore_for_file: avoid_setters_without_getters
|
|
|
|
// ignore_for_file: comment_references
|
|
|
|
// ignore_for_file: implementation_imports
|
|
|
|
// ignore_for_file: invalid_use_of_visible_for_testing_member
|
|
|
|
// ignore_for_file: prefer_const_constructors
|
|
|
|
// ignore_for_file: unnecessary_parenthesis
|
|
|
|
// ignore_for_file: camel_case_types
|
2022-10-16 06:50:10 +00:00
|
|
|
// ignore_for_file: subtype_of_sealed_class
|
2022-08-30 22:39:18 +00:00
|
|
|
|
2022-10-16 06:50:10 +00:00
|
|
|
class _FakeExchangeResponse_0<T> extends _i1.SmartFake
|
|
|
|
implements _i2.ExchangeResponse<T> {
|
|
|
|
_FakeExchangeResponse_0(
|
|
|
|
Object parent,
|
|
|
|
Invocation parentInvocation,
|
|
|
|
) : super(
|
|
|
|
parent,
|
|
|
|
parentInvocation,
|
|
|
|
);
|
|
|
|
}
|
2022-09-03 16:30:19 +00:00
|
|
|
|
2022-08-30 22:39:18 +00:00
|
|
|
/// A class which mocks [Prefs].
|
|
|
|
///
|
|
|
|
/// See the documentation for Mockito's code generation for more information.
|
2022-09-03 16:30:19 +00:00
|
|
|
class MockPrefs extends _i1.Mock implements _i3.Prefs {
|
2022-08-30 22:39:18 +00:00
|
|
|
MockPrefs() {
|
|
|
|
_i1.throwOnMissingStub(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
@override
|
2022-10-16 06:50:10 +00:00
|
|
|
bool get isInitialized => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#isInitialized),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
2022-08-30 22:39:18 +00:00
|
|
|
@override
|
2022-10-16 06:50:10 +00:00
|
|
|
int get lastUnlockedTimeout => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#lastUnlockedTimeout),
|
|
|
|
returnValue: 0,
|
|
|
|
) as int);
|
2022-08-30 22:39:18 +00:00
|
|
|
@override
|
|
|
|
set lastUnlockedTimeout(int? lastUnlockedTimeout) => super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.setter(
|
|
|
|
#lastUnlockedTimeout,
|
|
|
|
lastUnlockedTimeout,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
int get lastUnlocked => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#lastUnlocked),
|
|
|
|
returnValue: 0,
|
|
|
|
) as int);
|
|
|
|
@override
|
|
|
|
set lastUnlocked(int? lastUnlocked) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#lastUnlocked,
|
|
|
|
lastUnlocked,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
int get currentNotificationId => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#currentNotificationId),
|
|
|
|
returnValue: 0,
|
|
|
|
) as int);
|
|
|
|
@override
|
|
|
|
List<String> get walletIdsSyncOnStartup => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#walletIdsSyncOnStartup),
|
|
|
|
returnValue: <String>[],
|
|
|
|
) as List<String>);
|
2022-08-30 22:39:18 +00:00
|
|
|
@override
|
|
|
|
set walletIdsSyncOnStartup(List<String>? walletIdsSyncOnStartup) =>
|
|
|
|
super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.setter(
|
|
|
|
#walletIdsSyncOnStartup,
|
|
|
|
walletIdsSyncOnStartup,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
_i4.SyncingType get syncType => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#syncType),
|
|
|
|
returnValue: _i4.SyncingType.currentWalletOnly,
|
|
|
|
) as _i4.SyncingType);
|
|
|
|
@override
|
|
|
|
set syncType(_i4.SyncingType? syncType) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#syncType,
|
|
|
|
syncType,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
bool get wifiOnly => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#wifiOnly),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
|
|
|
@override
|
|
|
|
set wifiOnly(bool? wifiOnly) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#wifiOnly,
|
|
|
|
wifiOnly,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
bool get showFavoriteWallets => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#showFavoriteWallets),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
2022-08-30 22:39:18 +00:00
|
|
|
@override
|
|
|
|
set showFavoriteWallets(bool? showFavoriteWallets) => super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.setter(
|
|
|
|
#showFavoriteWallets,
|
|
|
|
showFavoriteWallets,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
String get language => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#language),
|
|
|
|
returnValue: '',
|
|
|
|
) as String);
|
|
|
|
@override
|
|
|
|
set language(String? newLanguage) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#language,
|
|
|
|
newLanguage,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
String get currency => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#currency),
|
|
|
|
returnValue: '',
|
|
|
|
) as String);
|
|
|
|
@override
|
|
|
|
set currency(String? newCurrency) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#currency,
|
|
|
|
newCurrency,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
_i5.ExchangeRateType get exchangeRateType => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#exchangeRateType),
|
|
|
|
returnValue: _i5.ExchangeRateType.estimated,
|
|
|
|
) as _i5.ExchangeRateType);
|
2022-08-30 22:39:18 +00:00
|
|
|
@override
|
2022-09-03 16:30:19 +00:00
|
|
|
set exchangeRateType(_i5.ExchangeRateType? exchangeRateType) =>
|
2022-10-16 06:50:10 +00:00
|
|
|
super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#exchangeRateType,
|
|
|
|
exchangeRateType,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
bool get useBiometrics => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#useBiometrics),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
|
|
|
@override
|
|
|
|
set useBiometrics(bool? useBiometrics) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#useBiometrics,
|
|
|
|
useBiometrics,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
bool get hasPin => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#hasPin),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
|
|
|
@override
|
|
|
|
set hasPin(bool? hasPin) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#hasPin,
|
|
|
|
hasPin,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
2022-11-30 13:06:31 +00:00
|
|
|
int get familiarity => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#familiarity),
|
|
|
|
returnValue: 0,
|
|
|
|
) as int);
|
|
|
|
@override
|
|
|
|
set familiarity(int? familiarity) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#familiarity,
|
|
|
|
familiarity,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
2022-10-16 06:50:10 +00:00
|
|
|
bool get showTestNetCoins => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#showTestNetCoins),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
|
|
|
@override
|
|
|
|
set showTestNetCoins(bool? showTestNetCoins) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#showTestNetCoins,
|
|
|
|
showTestNetCoins,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
bool get isAutoBackupEnabled => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#isAutoBackupEnabled),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
2022-08-30 22:39:18 +00:00
|
|
|
@override
|
|
|
|
set isAutoBackupEnabled(bool? isAutoBackupEnabled) => super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.setter(
|
|
|
|
#isAutoBackupEnabled,
|
|
|
|
isAutoBackupEnabled,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
2022-08-30 22:39:18 +00:00
|
|
|
@override
|
|
|
|
set autoBackupLocation(String? autoBackupLocation) => super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.setter(
|
|
|
|
#autoBackupLocation,
|
|
|
|
autoBackupLocation,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
_i6.BackupFrequencyType get backupFrequencyType => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#backupFrequencyType),
|
|
|
|
returnValue: _i6.BackupFrequencyType.everyTenMinutes,
|
|
|
|
) as _i6.BackupFrequencyType);
|
2022-08-30 22:39:18 +00:00
|
|
|
@override
|
2022-09-03 16:30:19 +00:00
|
|
|
set backupFrequencyType(_i6.BackupFrequencyType? backupFrequencyType) =>
|
2022-08-30 22:39:18 +00:00
|
|
|
super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.setter(
|
|
|
|
#backupFrequencyType,
|
|
|
|
backupFrequencyType,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
set lastAutoBackup(DateTime? lastAutoBackup) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#lastAutoBackup,
|
|
|
|
lastAutoBackup,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
bool get hideBlockExplorerWarning => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#hideBlockExplorerWarning),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
2022-09-09 17:23:15 +00:00
|
|
|
@override
|
|
|
|
set hideBlockExplorerWarning(bool? hideBlockExplorerWarning) =>
|
|
|
|
super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.setter(
|
|
|
|
#hideBlockExplorerWarning,
|
|
|
|
hideBlockExplorerWarning,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
bool get gotoWalletOnStartup => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#gotoWalletOnStartup),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
2022-09-09 17:23:15 +00:00
|
|
|
@override
|
|
|
|
set gotoWalletOnStartup(bool? gotoWalletOnStartup) => super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.setter(
|
|
|
|
#gotoWalletOnStartup,
|
|
|
|
gotoWalletOnStartup,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
set startupWalletId(String? startupWalletId) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#startupWalletId,
|
|
|
|
startupWalletId,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
bool get externalCalls => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#externalCalls),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
|
|
|
@override
|
|
|
|
set externalCalls(bool? externalCalls) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#externalCalls,
|
|
|
|
externalCalls,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
bool get hasListeners => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#hasListeners),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
|
|
|
@override
|
|
|
|
_i7.Future<void> init() => (super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#init,
|
|
|
|
[],
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<void>.value(),
|
|
|
|
returnValueForMissingStub: _i7.Future<void>.value(),
|
|
|
|
) as _i7.Future<void>);
|
2022-08-30 22:39:18 +00:00
|
|
|
@override
|
2022-09-03 16:30:19 +00:00
|
|
|
_i7.Future<void> incrementCurrentNotificationIndex() => (super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#incrementCurrentNotificationIndex,
|
|
|
|
[],
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<void>.value(),
|
|
|
|
returnValueForMissingStub: _i7.Future<void>.value(),
|
|
|
|
) as _i7.Future<void>);
|
|
|
|
@override
|
2022-11-09 23:48:43 +00:00
|
|
|
_i7.Future<bool> isExternalCallsSet() => (super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#isExternalCallsSet,
|
|
|
|
[],
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<bool>.value(false),
|
|
|
|
) as _i7.Future<bool>);
|
|
|
|
@override
|
2022-10-16 06:50:10 +00:00
|
|
|
void addListener(_i8.VoidCallback? listener) => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#addListener,
|
|
|
|
[listener],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
void removeListener(_i8.VoidCallback? listener) => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#removeListener,
|
|
|
|
[listener],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
void dispose() => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#dispose,
|
|
|
|
[],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
void notifyListeners() => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#notifyListeners,
|
|
|
|
[],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
2022-08-30 22:39:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/// A class which mocks [TradesService].
|
|
|
|
///
|
|
|
|
/// See the documentation for Mockito's code generation for more information.
|
2022-09-03 16:30:19 +00:00
|
|
|
class MockTradesService extends _i1.Mock implements _i9.TradesService {
|
2022-08-30 22:39:18 +00:00
|
|
|
MockTradesService() {
|
|
|
|
_i1.throwOnMissingStub(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
@override
|
2022-10-16 06:50:10 +00:00
|
|
|
List<_i10.Trade> get trades => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#trades),
|
|
|
|
returnValue: <_i10.Trade>[],
|
|
|
|
) as List<_i10.Trade>);
|
2022-08-30 22:39:18 +00:00
|
|
|
@override
|
2022-10-16 06:50:10 +00:00
|
|
|
bool get hasListeners => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#hasListeners),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
2022-08-30 22:39:18 +00:00
|
|
|
@override
|
2023-01-10 16:02:54 +00:00
|
|
|
_i10.Trade? get(String? tradeId) => (super.noSuchMethod(Invocation.method(
|
|
|
|
#get,
|
|
|
|
[tradeId],
|
|
|
|
)) as _i10.Trade?);
|
|
|
|
@override
|
2022-10-16 06:50:10 +00:00
|
|
|
_i7.Future<void> add({
|
|
|
|
required _i10.Trade? trade,
|
|
|
|
required bool? shouldNotifyListeners,
|
|
|
|
}) =>
|
2022-08-30 22:39:18 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#add,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#trade: trade,
|
|
|
|
#shouldNotifyListeners: shouldNotifyListeners,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<void>.value(),
|
|
|
|
returnValueForMissingStub: _i7.Future<void>.value(),
|
|
|
|
) as _i7.Future<void>);
|
|
|
|
@override
|
|
|
|
_i7.Future<void> edit({
|
|
|
|
required _i10.Trade? trade,
|
|
|
|
required bool? shouldNotifyListeners,
|
|
|
|
}) =>
|
2022-08-30 22:39:18 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#edit,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#trade: trade,
|
|
|
|
#shouldNotifyListeners: shouldNotifyListeners,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<void>.value(),
|
|
|
|
returnValueForMissingStub: _i7.Future<void>.value(),
|
|
|
|
) as _i7.Future<void>);
|
|
|
|
@override
|
|
|
|
_i7.Future<void> delete({
|
|
|
|
required _i10.Trade? trade,
|
|
|
|
required bool? shouldNotifyListeners,
|
|
|
|
}) =>
|
2022-08-30 22:39:18 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#delete,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#trade: trade,
|
|
|
|
#shouldNotifyListeners: shouldNotifyListeners,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<void>.value(),
|
|
|
|
returnValueForMissingStub: _i7.Future<void>.value(),
|
|
|
|
) as _i7.Future<void>);
|
|
|
|
@override
|
|
|
|
_i7.Future<void> deleteByUuid({
|
|
|
|
required String? uuid,
|
|
|
|
required bool? shouldNotifyListeners,
|
|
|
|
}) =>
|
2022-08-30 22:39:18 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#deleteByUuid,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#uuid: uuid,
|
|
|
|
#shouldNotifyListeners: shouldNotifyListeners,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<void>.value(),
|
|
|
|
returnValueForMissingStub: _i7.Future<void>.value(),
|
|
|
|
) as _i7.Future<void>);
|
|
|
|
@override
|
|
|
|
void addListener(_i8.VoidCallback? listener) => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#addListener,
|
|
|
|
[listener],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
void removeListener(_i8.VoidCallback? listener) => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#removeListener,
|
|
|
|
[listener],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
void dispose() => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#dispose,
|
|
|
|
[],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
void notifyListeners() => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#notifyListeners,
|
|
|
|
[],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
2022-08-30 22:39:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/// A class which mocks [TradeNotesService].
|
|
|
|
///
|
|
|
|
/// See the documentation for Mockito's code generation for more information.
|
2022-09-03 16:30:19 +00:00
|
|
|
class MockTradeNotesService extends _i1.Mock implements _i11.TradeNotesService {
|
2022-08-30 22:39:18 +00:00
|
|
|
MockTradeNotesService() {
|
|
|
|
_i1.throwOnMissingStub(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
@override
|
2022-10-16 06:50:10 +00:00
|
|
|
Map<String, String> get all => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#all),
|
|
|
|
returnValue: <String, String>{},
|
|
|
|
) as Map<String, String>);
|
|
|
|
@override
|
|
|
|
bool get hasListeners => (super.noSuchMethod(
|
|
|
|
Invocation.getter(#hasListeners),
|
|
|
|
returnValue: false,
|
|
|
|
) as bool);
|
|
|
|
@override
|
|
|
|
String getNote({required String? tradeId}) => (super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#getNote,
|
|
|
|
[],
|
|
|
|
{#tradeId: tradeId},
|
|
|
|
),
|
|
|
|
returnValue: '',
|
|
|
|
) as String);
|
|
|
|
@override
|
|
|
|
_i7.Future<void> set({
|
|
|
|
required String? tradeId,
|
|
|
|
required String? note,
|
|
|
|
}) =>
|
|
|
|
(super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#set,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#tradeId: tradeId,
|
|
|
|
#note: note,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<void>.value(),
|
|
|
|
returnValueForMissingStub: _i7.Future<void>.value(),
|
|
|
|
) as _i7.Future<void>);
|
|
|
|
@override
|
|
|
|
_i7.Future<void> delete({required String? tradeId}) => (super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#delete,
|
|
|
|
[],
|
|
|
|
{#tradeId: tradeId},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<void>.value(),
|
|
|
|
returnValueForMissingStub: _i7.Future<void>.value(),
|
|
|
|
) as _i7.Future<void>);
|
|
|
|
@override
|
|
|
|
void addListener(_i8.VoidCallback? listener) => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#addListener,
|
|
|
|
[listener],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
void removeListener(_i8.VoidCallback? listener) => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#removeListener,
|
|
|
|
[listener],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
void dispose() => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#dispose,
|
|
|
|
[],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
void notifyListeners() => super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#notifyListeners,
|
|
|
|
[],
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
2022-08-30 22:39:18 +00:00
|
|
|
}
|
|
|
|
|
2022-10-03 00:55:35 +00:00
|
|
|
/// A class which mocks [ChangeNowAPI].
|
2022-08-30 22:39:18 +00:00
|
|
|
///
|
|
|
|
/// See the documentation for Mockito's code generation for more information.
|
2022-10-03 00:55:35 +00:00
|
|
|
class MockChangeNowAPI extends _i1.Mock implements _i12.ChangeNowAPI {
|
|
|
|
MockChangeNowAPI() {
|
2022-08-30 22:39:18 +00:00
|
|
|
_i1.throwOnMissingStub(this);
|
|
|
|
}
|
2022-09-03 16:30:19 +00:00
|
|
|
|
|
|
|
@override
|
2022-10-16 06:50:10 +00:00
|
|
|
set client(_i13.Client? _client) => super.noSuchMethod(
|
|
|
|
Invocation.setter(
|
|
|
|
#client,
|
|
|
|
_client,
|
|
|
|
),
|
|
|
|
returnValueForMissingStub: null,
|
|
|
|
);
|
|
|
|
@override
|
|
|
|
_i7.Future<_i2.ExchangeResponse<List<_i14.Currency>>> getAvailableCurrencies({
|
|
|
|
bool? fixedRate,
|
|
|
|
bool? active,
|
|
|
|
}) =>
|
2022-09-03 16:30:19 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#getAvailableCurrencies,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fixedRate: fixedRate,
|
|
|
|
#active: active,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue:
|
|
|
|
_i7.Future<_i2.ExchangeResponse<List<_i14.Currency>>>.value(
|
|
|
|
_FakeExchangeResponse_0<List<_i14.Currency>>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#getAvailableCurrencies,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fixedRate: fixedRate,
|
|
|
|
#active: active,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7.Future<_i2.ExchangeResponse<List<_i14.Currency>>>);
|
|
|
|
@override
|
|
|
|
_i7.Future<_i2.ExchangeResponse<List<_i14.Currency>>> getPairedCurrencies({
|
|
|
|
required String? ticker,
|
|
|
|
bool? fixedRate,
|
|
|
|
}) =>
|
2022-09-03 16:30:19 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#getPairedCurrencies,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#ticker: ticker,
|
|
|
|
#fixedRate: fixedRate,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue:
|
|
|
|
_i7.Future<_i2.ExchangeResponse<List<_i14.Currency>>>.value(
|
|
|
|
_FakeExchangeResponse_0<List<_i14.Currency>>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#getPairedCurrencies,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#ticker: ticker,
|
|
|
|
#fixedRate: fixedRate,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7.Future<_i2.ExchangeResponse<List<_i14.Currency>>>);
|
|
|
|
@override
|
|
|
|
_i7.Future<_i2.ExchangeResponse<_i15.Decimal>> getMinimalExchangeAmount({
|
|
|
|
required String? fromTicker,
|
|
|
|
required String? toTicker,
|
|
|
|
String? apiKey,
|
|
|
|
}) =>
|
2022-09-03 16:30:19 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#getMinimalExchangeAmount,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<_i2.ExchangeResponse<_i15.Decimal>>.value(
|
|
|
|
_FakeExchangeResponse_0<_i15.Decimal>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#getMinimalExchangeAmount,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7.Future<_i2.ExchangeResponse<_i15.Decimal>>);
|
|
|
|
@override
|
|
|
|
_i7.Future<_i2.ExchangeResponse<_i16.Range>> getRange({
|
|
|
|
required String? fromTicker,
|
|
|
|
required String? toTicker,
|
|
|
|
required bool? isFixedRate,
|
|
|
|
String? apiKey,
|
|
|
|
}) =>
|
2022-10-03 00:55:35 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#getRange,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#isFixedRate: isFixedRate,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<_i2.ExchangeResponse<_i16.Range>>.value(
|
|
|
|
_FakeExchangeResponse_0<_i16.Range>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#getRange,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#isFixedRate: isFixedRate,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7.Future<_i2.ExchangeResponse<_i16.Range>>);
|
|
|
|
@override
|
|
|
|
_i7.Future<_i2.ExchangeResponse<_i17.Estimate>> getEstimatedExchangeAmount({
|
|
|
|
required String? fromTicker,
|
|
|
|
required String? toTicker,
|
|
|
|
required _i15.Decimal? fromAmount,
|
|
|
|
String? apiKey,
|
|
|
|
}) =>
|
2022-10-03 16:30:50 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#getEstimatedExchangeAmount,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#fromAmount: fromAmount,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<_i2.ExchangeResponse<_i17.Estimate>>.value(
|
|
|
|
_FakeExchangeResponse_0<_i17.Estimate>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#getEstimatedExchangeAmount,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#fromAmount: fromAmount,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7.Future<_i2.ExchangeResponse<_i17.Estimate>>);
|
2022-10-03 16:30:50 +00:00
|
|
|
@override
|
|
|
|
_i7.Future<_i2.ExchangeResponse<_i17.Estimate>>
|
2022-10-16 06:50:10 +00:00
|
|
|
getEstimatedExchangeAmountFixedRate({
|
|
|
|
required String? fromTicker,
|
|
|
|
required String? toTicker,
|
|
|
|
required _i15.Decimal? fromAmount,
|
|
|
|
required bool? reversed,
|
|
|
|
bool? useRateId = true,
|
|
|
|
String? apiKey,
|
|
|
|
}) =>
|
2022-10-03 00:55:35 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#getEstimatedExchangeAmountFixedRate,
|
|
|
|
[],
|
|
|
|
{
|
2022-10-03 16:30:50 +00:00
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#fromAmount: fromAmount,
|
|
|
|
#reversed: reversed,
|
2022-10-04 00:59:49 +00:00
|
|
|
#useRateId: useRateId,
|
2022-10-16 06:50:10 +00:00
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<_i2.ExchangeResponse<_i17.Estimate>>.value(
|
|
|
|
_FakeExchangeResponse_0<_i17.Estimate>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#getEstimatedExchangeAmountFixedRate,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#fromAmount: fromAmount,
|
|
|
|
#reversed: reversed,
|
|
|
|
#useRateId: useRateId,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7.Future<_i2.ExchangeResponse<_i17.Estimate>>);
|
2022-10-03 00:55:35 +00:00
|
|
|
@override
|
|
|
|
_i7.Future<_i2.ExchangeResponse<_i18.CNExchangeEstimate>>
|
2022-10-16 06:50:10 +00:00
|
|
|
getEstimatedExchangeAmountV2({
|
|
|
|
required String? fromTicker,
|
|
|
|
required String? toTicker,
|
|
|
|
required _i18.CNEstimateType? fromOrTo,
|
|
|
|
required _i15.Decimal? amount,
|
|
|
|
String? fromNetwork,
|
|
|
|
String? toNetwork,
|
|
|
|
_i18.CNFlowType? flow = _i18.CNFlowType.standard,
|
|
|
|
String? apiKey,
|
|
|
|
}) =>
|
2022-09-03 16:30:19 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#getEstimatedExchangeAmountV2,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#fromOrTo: fromOrTo,
|
|
|
|
#amount: amount,
|
|
|
|
#fromNetwork: fromNetwork,
|
|
|
|
#toNetwork: toNetwork,
|
|
|
|
#flow: flow,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue:
|
|
|
|
_i7.Future<_i2.ExchangeResponse<_i18.CNExchangeEstimate>>.value(
|
|
|
|
_FakeExchangeResponse_0<_i18.CNExchangeEstimate>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#getEstimatedExchangeAmountV2,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#fromOrTo: fromOrTo,
|
|
|
|
#amount: amount,
|
|
|
|
#fromNetwork: fromNetwork,
|
|
|
|
#toNetwork: toNetwork,
|
|
|
|
#flow: flow,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7.Future<_i2.ExchangeResponse<_i18.CNExchangeEstimate>>);
|
2022-09-03 16:30:19 +00:00
|
|
|
@override
|
2022-10-03 00:55:35 +00:00
|
|
|
_i7.Future<_i2.ExchangeResponse<List<_i19.FixedRateMarket>>>
|
2022-09-03 16:30:19 +00:00
|
|
|
getAvailableFixedRateMarkets({String? apiKey}) => (super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#getAvailableFixedRateMarkets,
|
|
|
|
[],
|
|
|
|
{#apiKey: apiKey},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<
|
|
|
|
_i2.ExchangeResponse<List<_i19.FixedRateMarket>>>.value(
|
|
|
|
_FakeExchangeResponse_0<List<_i19.FixedRateMarket>>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#getAvailableFixedRateMarkets,
|
|
|
|
[],
|
|
|
|
{#apiKey: apiKey},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7.Future<_i2.ExchangeResponse<List<_i19.FixedRateMarket>>>);
|
2022-09-03 16:30:19 +00:00
|
|
|
@override
|
2022-10-03 00:55:35 +00:00
|
|
|
_i7.Future<_i2.ExchangeResponse<_i20.ExchangeTransaction>>
|
2022-10-16 06:50:10 +00:00
|
|
|
createStandardExchangeTransaction({
|
|
|
|
required String? fromTicker,
|
|
|
|
required String? toTicker,
|
|
|
|
required String? receivingAddress,
|
|
|
|
required _i15.Decimal? amount,
|
|
|
|
String? extraId = r'',
|
|
|
|
String? userId = r'',
|
|
|
|
String? contactEmail = r'',
|
|
|
|
String? refundAddress = r'',
|
|
|
|
String? refundExtraId = r'',
|
|
|
|
String? apiKey,
|
|
|
|
}) =>
|
2022-09-03 16:30:19 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#createStandardExchangeTransaction,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#receivingAddress: receivingAddress,
|
|
|
|
#amount: amount,
|
|
|
|
#extraId: extraId,
|
|
|
|
#userId: userId,
|
|
|
|
#contactEmail: contactEmail,
|
|
|
|
#refundAddress: refundAddress,
|
|
|
|
#refundExtraId: refundExtraId,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<
|
|
|
|
_i2.ExchangeResponse<_i20.ExchangeTransaction>>.value(
|
|
|
|
_FakeExchangeResponse_0<_i20.ExchangeTransaction>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#createStandardExchangeTransaction,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#receivingAddress: receivingAddress,
|
|
|
|
#amount: amount,
|
|
|
|
#extraId: extraId,
|
|
|
|
#userId: userId,
|
|
|
|
#contactEmail: contactEmail,
|
|
|
|
#refundAddress: refundAddress,
|
|
|
|
#refundExtraId: refundExtraId,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7.Future<_i2.ExchangeResponse<_i20.ExchangeTransaction>>);
|
2022-09-03 16:30:19 +00:00
|
|
|
@override
|
2022-10-03 00:55:35 +00:00
|
|
|
_i7.Future<_i2.ExchangeResponse<_i20.ExchangeTransaction>>
|
2022-10-16 06:50:10 +00:00
|
|
|
createFixedRateExchangeTransaction({
|
|
|
|
required String? fromTicker,
|
|
|
|
required String? toTicker,
|
|
|
|
required String? receivingAddress,
|
|
|
|
required _i15.Decimal? amount,
|
|
|
|
required String? rateId,
|
|
|
|
required bool? reversed,
|
|
|
|
String? extraId = r'',
|
|
|
|
String? userId = r'',
|
|
|
|
String? contactEmail = r'',
|
|
|
|
String? refundAddress = r'',
|
|
|
|
String? refundExtraId = r'',
|
|
|
|
String? apiKey,
|
|
|
|
}) =>
|
2022-09-03 16:30:19 +00:00
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#createFixedRateExchangeTransaction,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#receivingAddress: receivingAddress,
|
|
|
|
#amount: amount,
|
|
|
|
#rateId: rateId,
|
|
|
|
#reversed: reversed,
|
|
|
|
#extraId: extraId,
|
|
|
|
#userId: userId,
|
|
|
|
#contactEmail: contactEmail,
|
|
|
|
#refundAddress: refundAddress,
|
|
|
|
#refundExtraId: refundExtraId,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<
|
|
|
|
_i2.ExchangeResponse<_i20.ExchangeTransaction>>.value(
|
|
|
|
_FakeExchangeResponse_0<_i20.ExchangeTransaction>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#createFixedRateExchangeTransaction,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#fromTicker: fromTicker,
|
|
|
|
#toTicker: toTicker,
|
|
|
|
#receivingAddress: receivingAddress,
|
|
|
|
#amount: amount,
|
|
|
|
#rateId: rateId,
|
|
|
|
#reversed: reversed,
|
|
|
|
#extraId: extraId,
|
|
|
|
#userId: userId,
|
|
|
|
#contactEmail: contactEmail,
|
|
|
|
#refundAddress: refundAddress,
|
|
|
|
#refundExtraId: refundExtraId,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7.Future<_i2.ExchangeResponse<_i20.ExchangeTransaction>>);
|
2022-09-03 16:30:19 +00:00
|
|
|
@override
|
2022-10-03 00:55:35 +00:00
|
|
|
_i7.Future<_i2.ExchangeResponse<_i21.ExchangeTransactionStatus>>
|
2022-10-16 06:50:10 +00:00
|
|
|
getTransactionStatus({
|
|
|
|
required String? id,
|
|
|
|
String? apiKey,
|
|
|
|
}) =>
|
|
|
|
(super.noSuchMethod(
|
|
|
|
Invocation.method(
|
|
|
|
#getTransactionStatus,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#id: id,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
returnValue: _i7.Future<
|
|
|
|
_i2.ExchangeResponse<_i21.ExchangeTransactionStatus>>.value(
|
|
|
|
_FakeExchangeResponse_0<_i21.ExchangeTransactionStatus>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#getTransactionStatus,
|
|
|
|
[],
|
|
|
|
{
|
|
|
|
#id: id,
|
|
|
|
#apiKey: apiKey,
|
|
|
|
},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7
|
|
|
|
.Future<_i2.ExchangeResponse<_i21.ExchangeTransactionStatus>>);
|
2022-09-03 16:30:19 +00:00
|
|
|
@override
|
2022-10-03 15:41:53 +00:00
|
|
|
_i7.Future<_i2.ExchangeResponse<List<_i22.Pair>>>
|
|
|
|
getAvailableFloatingRatePairs({bool? includePartners = false}) =>
|
|
|
|
(super.noSuchMethod(
|
2022-10-16 06:50:10 +00:00
|
|
|
Invocation.method(
|
|
|
|
#getAvailableFloatingRatePairs,
|
|
|
|
[],
|
|
|
|
{#includePartners: includePartners},
|
|
|
|
),
|
|
|
|
returnValue:
|
|
|
|
_i7.Future<_i2.ExchangeResponse<List<_i22.Pair>>>.value(
|
|
|
|
_FakeExchangeResponse_0<List<_i22.Pair>>(
|
|
|
|
this,
|
|
|
|
Invocation.method(
|
|
|
|
#getAvailableFloatingRatePairs,
|
|
|
|
[],
|
|
|
|
{#includePartners: includePartners},
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
) as _i7.Future<_i2.ExchangeResponse<List<_i22.Pair>>>);
|
2022-08-30 22:39:18 +00:00
|
|
|
}
|