Commit c5c17ddf authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 05a02e9e
...@@ -7,6 +7,7 @@ package neo ...@@ -7,6 +7,7 @@ package neo
// XXX move imports out of here // XXX move imports out of here
import ( import (
"encoding/binary" "encoding/binary"
"errors"
"math" "math"
) )
...@@ -89,6 +90,8 @@ type UUID int32 ...@@ -89,6 +90,8 @@ type UUID int32
// TODO UUID_NAMESPACES // TODO UUID_NAMESPACES
var ErrDecodeOverflow = errors.New("decode: bufer overflow")
// NEOEncoder is interface for marshaling objects to wire format in NEO // NEOEncoder is interface for marshaling objects to wire format in NEO
type NEOEncoder interface { type NEOEncoder interface {
// NEOEncodedLen() int ? // NEOEncodedLen() int ?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment