JSON->Account

This commit is contained in:
JoelKatz
2012-10-02 01:01:27 -07:00
parent 4d64ab03b0
commit d9b0d39cf6
3 changed files with 29 additions and 5 deletions

View File

@@ -496,6 +496,7 @@ public:
STAccount(const std::vector<unsigned char>& v) : STVariableLength(v) { ; }
STAccount(SField::ref n, const std::vector<unsigned char>& v) : STVariableLength(n, v) { ; }
STAccount(SField::ref n, const uint160& v);
STAccount(SField::ref n) : STVariableLength(n) { ; }
STAccount() { ; }
static std::auto_ptr<SerializedType> deserialize(SerializerIterator& sit, SField::ref name)