neoneo-go/pkg/core/transaction/attrtype.go

11 lines
202 B
Go
Raw Normal View History

package transaction
//go:generate stringer -type=AttrType
// AttrType represents the purpose of the attribute.
type AttrType uint8
// List of valid attribute types (none for preview3).
//const (
//)