The cardano-client-lib KoiosBackendService was returning empty responses for funded addresses because it uses an outdated API format. This fix: - Uses OkHttp with direct POST requests to Koios v1 endpoints - Correctly formats requests with _addresses array in body - Parses JSON responses to extract balance and UTXOs - Keeps cardano-client-lib backend for tx submission and protocol params Tested with preprod address showing 10B lovelace balance correctly. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||