Skip to main content

TypeOrigin

Information about which previous versions of a package introduced its types.

type TypeOrigin {
module: String!
struct: String!
definingId: IotaAddress!
}

Fields

TypeOrigin.module ● String! non-null scalar

Module defining the type.

TypeOrigin.struct ● String! non-null scalar

Name of the struct.

TypeOrigin.definingId ● IotaAddress! non-null scalar

The storage ID of the package that first defined this type.

Member Of

MovePackage object