Sui.Rpc.V2beta.Owner (ex_sui v0.1.0)
View SourceEnum of different types of ownership for an object.
Summary
Types
@type t() :: %Sui.Rpc.V2beta.Owner{ __unknown_fields__: [Protobuf.unknown_field()], address: String.t() | nil, kind: Sui.Rpc.V2beta.Owner.OwnerKind.t() | nil, version: non_neg_integer() | nil }