neoneo-go/pkg/util
Roman Khimov e299a44983 io: drop Size() method from Serializable and associated
It's no longer needed after the io.GetVarSize() improvement. It's duplicating
a lot of EncodeBinary() logic also.
2019-09-17 13:21:45 +03:00
..
array.go Parse stack params (#119) 2019-02-05 13:22:10 +01:00
array_test.go array: add a test for even num of elements 2019-08-26 13:32:19 +03:00
fixed8.go io: drop Size() method from Serializable and associated 2019-09-17 13:21:45 +03:00
fixed8_test.go fixed8: switch to more uniform function naming 2019-08-26 13:32:19 +03:00
uint160.go io: drop Size() method from Serializable and associated 2019-09-17 13:21:45 +03:00
uint160_test.go uint160: move ReverseString() from _pkg.dev 2019-08-26 13:32:19 +03:00
uint256.go io: drop Size() method from Serializable and associated 2019-09-17 13:21:45 +03:00
uint256_test.go uint256: add Reverse(), change String() to be BE 2019-08-26 13:32:19 +03:00