Sui.Rpc.V2beta.ObjectReference (ex_sui v0.1.0)

View Source

Reference to an object.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.ObjectReference{
  __unknown_fields__: [Protobuf.unknown_field()],
  digest: String.t() | nil,
  object_id: String.t() | nil,
  version: non_neg_integer() | nil
}

Functions

descriptor()