IMoveDatatype

Interface implemented by all GraphQL types that represent a Move datatype (either structs or enums). This interface is used to provide a way to access fields that are shared by both structs and enums, e.g., the module that the datatype belongs to, the name of the datatype, type parameters etc.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion