neoneo-go/pkg/compiler/testdata/types/types.go

8 lines
140 B
Go
Raw Normal View History

package types
// Buffer represents Buffer VM type.
type Buffer []byte
// ByteString represents ByteString VM type.
type ByteString string