We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b5f1d commit d71fea0Copy full SHA for d71fea0
app/src/main/java/to/bitkit/data/BlocktankHttpClient.kt
@@ -14,13 +14,10 @@ import to.bitkit.utils.Logger
14
import javax.inject.Inject
15
import javax.inject.Singleton
16
17
-private typealias IgnoreResponse = String
18
-
19
@Singleton
20
class BlocktankHttpClient @Inject constructor(
21
private val client: HttpClient,
22
) {
23
24
// region rates
25
suspend fun fetchLatestRates(): FxRateResponse {
26
return get<FxRateResponse>(Env.btcRatesServer)
0 commit comments