Skip to main content

ObjectTypeInterface

type ObjectTypeInterface

Type of an IOTA object

type ObjectTypeInterface interface {
AsOptStruct() **StructTag
AsStruct() *StructTag
IsPackage() bool
IsStruct() bool
}