This commit is contained in:
JoelKatz
2012-03-18 11:13:20 -07:00
parent 99493c662a
commit 50cb87087c
3 changed files with 69 additions and 6 deletions

View File

@@ -9,9 +9,9 @@
enum SerializedTypeID
{
STI_NOTPRESENT=0, STI_OBJECT=1,
STI_UINT8=2, STI_UINT16=3, STI_UINT32=4, STI_UINT64=5,
STI_HASH160=6, STI_HASH256=7, STI_VL=8, STI_TL=8
STI_DONE=-1, STI_NOTPRESENT=0,
STI_OBJECT=1, STI_UINT8=2, STI_UINT16=3, STI_UINT32=4, STI_UINT64=5,
STI_HASH160=6, STI_HASH256=7, STI_VL=8, STI_TL=8,
};
class SerializedType