Updated on 2026-08-14
This commit is contained in:
parent
52bf5cbb58
commit
9bd16deeb4
23 changed files with 245 additions and 151 deletions
|
|
@ -22,5 +22,14 @@ interface NetworksRepository {
|
|||
*/
|
||||
suspend fun getNetworkAddresses(userWalletId: UserWalletId, network: Network): List<CryptoCurrencyAddress>
|
||||
|
||||
/**
|
||||
* Returns addresses and crypto currency
|
||||
*
|
||||
* @param userWalletId the unique identifier of the user wallet
|
||||
* @param network network id
|
||||
*/
|
||||
suspend fun getNetworkAddresses(userWalletId: UserWalletId, network: Network.RawID): List<CryptoCurrencyAddress>
|
||||
|
||||
/** Checks if there are cached statuses for given [userWalletId] */
|
||||
suspend fun hasCachedStatuses(userWalletId: UserWalletId): Boolean
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue