@multiversx/sdk-core - v14.0.1
    Preparing search index...

    Class Type

    An abstraction that represents a Type. Handles both generic and non-generic types. Once instantiated as a Type, a generic type is "closed" (as opposed to "open").

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    metadata: any
    ClassName: string = "Type"

    Methods

    • Gets the fully qualified name of the type, to allow for better (efficient and non-ambiguous) type comparison within the custom typesystem.

      Returns string