Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Kotlin Interface
interface BalanceOperations
abstract suspend fun fund(token: String, amount: Int, chain: String): Result<Unit, BalanceError>
abstract suspend fun getBalances(tokens: List<String>): Result<Balances, BalanceError>
Was this page helpful?