Skip to main content

TypeOrigin

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

type TypeOrigin {
definingId: SuiAddress
module: String
struct: String
}

Fields

TypeOrigin.definingId ● SuiAddress scalar

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

TypeOrigin.module ● String scalar

Module defining the type.

TypeOrigin.struct ● String scalar

Name of the struct.

Member Of

MovePackage object