Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-29 15:44:09 +05:00
parent 645f6b1993
commit e42c887138
8 changed files with 101 additions and 7 deletions

View file

@ -21,4 +21,6 @@ interface NetworksRepository {
* @param network network
*/
suspend fun getNetworkAddresses(userWalletId: UserWalletId, network: Network): List<CryptoCurrencyAddress>
suspend fun getNetworkAddresses(userWalletId: UserWalletId, network: Network.RawID): List<CryptoCurrencyAddress>
}