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

View Source

Descriptor of a field that belongs to a struct or enum variant

Summary

Types

t()

@type t() :: %Sui.Rpc.V2alpha.FieldDescriptor{
  __unknown_fields__: [Protobuf.unknown_field()],
  name: String.t() | nil,
  position: non_neg_integer() | nil,
  type: Sui.Rpc.V2alpha.OpenSignatureBody.t() | nil
}

Functions

descriptor()