Updated on 2026-08-14

This commit is contained in:
Tangem 2020-01-27 13:13:04 +03:00
parent 318931a3e4
commit e24d538aa5
9 changed files with 194 additions and 155 deletions

View file

@ -38,6 +38,9 @@ interface NetworkComponent {
@get:Named(Server.ApiBlockchainInfo.URL_BLOCKCHAININFO)
val retrofitBlockchainInfo: Retrofit
@get:Named(Server.ApiDucatus.URL_DUCATUS)
val retrofitDucatus: Retrofit
@get:Named("socket")
val socket: Socket