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

interface GetAllBalancesParams {
    owner: string;
}

Properties

Properties

owner: string

the owner's Sui address