Support for transaction type.

This commit is contained in:
JoelKatz
2012-03-19 09:28:14 -07:00
parent 4b66d24e3a
commit ad556a11cf

View File

@@ -9,9 +9,15 @@
enum SerializedTypeID
{
// special types
STI_DONE=-1, STI_NOTPRESENT=0,
// standard types
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,
// high level types
STI_TRANSACTION=9
};
class SerializedType