Commit c5c17ddf authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 05a02e9e
......@@ -7,6 +7,7 @@ package neo
// XXX move imports out of here
import (
"encoding/binary"
"errors"
"math"
)
......@@ -89,6 +90,8 @@ type UUID int32
// TODO UUID_NAMESPACES
var ErrDecodeOverflow = errors.New("decode: bufer overflow")
// NEOEncoder is interface for marshaling objects to wire format in NEO
type NEOEncoder interface {
// 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