This commit is contained in:
jed
2011-10-20 13:34:49 -07:00
parent 6715b966fc
commit 650ee74391
27 changed files with 726 additions and 314 deletions

View File

@@ -20,6 +20,10 @@ public:
bool IsValid();
uint160 GetHash160();
static uint160 protobufToInternal(const std::string& buf);
static uint160 humanToInternal(const std::string& buf);
};