mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Transaction Infrastructure Work:
Raw account class (address + public key) Account State class (account + balance + ledgers valid) Raw Hanko class Low-level tranasaction class Small wallet and key bits Misc updates to the protocol. Protocol addition to allow code to wait for replies, but that may not be a good idea.
This commit is contained in:
@@ -18,15 +18,11 @@ public:
|
||||
|
||||
bool SetHash160(const uint160& hash160);
|
||||
bool SetPubKey(const std::vector<unsigned char>& vchPubKey);
|
||||
|
||||
|
||||
bool IsValid();
|
||||
|
||||
uint160 GetHash160();
|
||||
|
||||
|
||||
|
||||
|
||||
std::string GetString();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user