Some missing pieces for deterministic wallets.

This commit is contained in:
JoelKatz
2011-12-12 15:52:13 -08:00
parent 7253073cbd
commit 8c677fd421
3 changed files with 7 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ class Serializer
int add160(const uint160&); // account names, hankos
int add256(const uint256&); // transaction and ledger hashes
int addRaw(const std::vector<unsigned char> &vector);
int addRaw(const void *ptr, int len);
// disassemble functions
bool get16(uint16&, int offset) const;