github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/pkg/compiler/testdata/types/types.go (about)

     1  package types
     2  
     3  // Buffer represents Buffer VM type.
     4  type Buffer []byte
     5  
     6  // ByteString represents ByteString VM type.
     7  type ByteString string