@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Function objectStructTag

    • Creates a new StructTag for the Object type with the specified type argument. This function helps in defining a structured representation of an Object with a specific type.

      Parameters

      • typeArg: TypeTag

        The type tag that specifies the type of the Object.

      Returns StructTag