Skip to content

Commit

Permalink
fix: change get wallet balance method return type
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jul 22, 2021
1 parent 0bd9898 commit 11789d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nobitex.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Nobitex {
}

/// Receive the balance of fiat and cryptocurrency wallets
Future<Map<String, String>?> getWalletBalance(
Future<Map<String, dynamic>?> getWalletBalance(
{required String currency}) async {
var url = Uri.https(basePath, '/users/wallets/balance');

Expand Down

0 comments on commit 11789d1

Please sign in to comment.