ObjectTypeInterface
type ObjectTypeInterface
Type of an IOTA object
type ObjectTypeInterface interface {
AsOptStruct() **StructTag
AsStruct() *StructTag
IsPackage() bool
IsStruct() bool
}
Type of an IOTA object
type ObjectTypeInterface interface {
AsOptStruct() **StructTag
AsStruct() *StructTag
IsPackage() bool
IsStruct() bool
}