getAllCoins

suspend fun getAllCoins(owner: SuiAddress, cursor: String? = null, limit: Long): CoinPage

Return all Coin objects owned by an address.

Return

Balance

Parameters

owner

's Sui address.

cursor

pagination cursor. This is optional.

limit

pagination limit