Sui.Rpc.V2alpha.ListBalancesResponse (ex_sui v0.1.0)

View Source

Response message for LiveDataService.ListBalances. Return the total coin balance for all coin types, owned by the address owner.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2alpha.ListBalancesResponse{
  __unknown_fields__: [Protobuf.unknown_field()],
  balances: [Sui.Rpc.V2alpha.Balance.t()],
  next_page_token: binary() | nil
}

Functions

descriptor()