mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Some missing pieces for deterministic wallets.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user