Kotlin Interface
interface BalanceOperations
abstract suspend fun getBalances(tokens: List<String>): Result<Balances, BalanceError>
Was this page helpful?