Updated on 2026-08-14

This commit is contained in:
Tangem 2020-03-02 12:21:18 +03:00
parent e029da2b32
commit a31c66d60f
10 changed files with 328 additions and 266 deletions

View file

@ -41,7 +41,9 @@ interface NetworkComponent {
@get:Named(Server.ApiDucatus.URL_DUCATUS)
val retrofitDucatus: Retrofit
@get:Named(Server.ApiBlockchair.URL_BLOCKCHAIR)
val retrofitBlockchair: Retrofit
@get:Named("socket")
val socket: Socket
}