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

View Source

Response message for LiveDataService.GetBalance. Return the total coin balance for one coin type, owned by the address owner.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2alpha.GetBalanceResponse{
  __unknown_fields__: [Protobuf.unknown_field()],
  balance: Sui.Rpc.V2alpha.Balance.t() | nil
}

Functions

descriptor()