mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
update mocks
This commit is contained in:
parent
759e5624e4
commit
7919353881
2 changed files with 0 additions and 18 deletions
|
@ -745,15 +745,6 @@ class MockFiroWallet extends _i1.Mock implements _i10.FiroWallet {
|
||||||
returnValueForMissingStub: _i11.Future<void>.value(),
|
returnValueForMissingStub: _i11.Future<void>.value(),
|
||||||
) as _i11.Future<void>);
|
) as _i11.Future<void>);
|
||||||
@override
|
@override
|
||||||
_i11.Future<dynamic> getCoinsToJoinSplit(int? required) =>
|
|
||||||
(super.noSuchMethod(
|
|
||||||
Invocation.method(
|
|
||||||
#getCoinsToJoinSplit,
|
|
||||||
[required],
|
|
||||||
),
|
|
||||||
returnValue: _i11.Future<dynamic>.value(),
|
|
||||||
) as _i11.Future<dynamic>);
|
|
||||||
@override
|
|
||||||
_i11.Future<int> estimateJoinSplitFee(int? spendAmount) =>
|
_i11.Future<int> estimateJoinSplitFee(int? spendAmount) =>
|
||||||
(super.noSuchMethod(
|
(super.noSuchMethod(
|
||||||
Invocation.method(
|
Invocation.method(
|
||||||
|
|
|
@ -1759,15 +1759,6 @@ class MockFiroWallet extends _i1.Mock implements _i23.FiroWallet {
|
||||||
returnValueForMissingStub: _i19.Future<void>.value(),
|
returnValueForMissingStub: _i19.Future<void>.value(),
|
||||||
) as _i19.Future<void>);
|
) as _i19.Future<void>);
|
||||||
@override
|
@override
|
||||||
_i19.Future<dynamic> getCoinsToJoinSplit(int? required) =>
|
|
||||||
(super.noSuchMethod(
|
|
||||||
Invocation.method(
|
|
||||||
#getCoinsToJoinSplit,
|
|
||||||
[required],
|
|
||||||
),
|
|
||||||
returnValue: _i19.Future<dynamic>.value(),
|
|
||||||
) as _i19.Future<dynamic>);
|
|
||||||
@override
|
|
||||||
_i19.Future<int> estimateJoinSplitFee(int? spendAmount) =>
|
_i19.Future<int> estimateJoinSplitFee(int? spendAmount) =>
|
||||||
(super.noSuchMethod(
|
(super.noSuchMethod(
|
||||||
Invocation.method(
|
Invocation.method(
|
||||||
|
|
Loading…
Reference in a new issue