Sui.Rpc.V2beta.TypeOrigin (ex_sui v0.1.0)
View SourceIdentifies a struct and the module it was defined in.
Summary
Types
@type t() :: %Sui.Rpc.V2beta.TypeOrigin{ __unknown_fields__: [Protobuf.unknown_field()], module_name: String.t() | nil, package_id: String.t() | nil, struct_name: String.t() | nil }