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

View Source

Summary

Types

t()

@type t() :: %Sui.Rpc.V2alpha.ListOwnedObjectsResponse{
  __unknown_fields__: [Protobuf.unknown_field()],
  next_page_token: binary() | nil,
  objects: [Sui.Rpc.V2alpha.OwnedObject.t()]
}

Functions

descriptor()