getAllBalances

suspend fun getAllBalances(owner: SuiAddress): List<Balance>

Return the total coin balance for all coin type, owned by the address owner.

Return

[List<Balance>]

Parameters

owner

's Sui address.