Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

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.