Skip to main content
Interface
interface BalanceOperations

Functions

fund

abstract suspend fun fund(token: String, amount: Int, chain: String): Result<Unit, BalanceError>
Funds the wallet with test tokens (staging only).

getBalances

abstract suspend fun getBalances(tokens: List<String>): Result<Balances, BalanceError>
Gets the wallet balances.