Function to get map entry with its hash.

This commit is contained in:
JoelKatz
2013-02-20 11:59:33 -08:00
parent 24355e17fb
commit ba37349b95
2 changed files with 12 additions and 0 deletions

View File

@@ -406,6 +406,7 @@ public:
// save a copy if you only need a temporary
SHAMapItem::pointer peekItem(const uint256& id);
SHAMapItem::pointer peekItem(const uint256& id, uint256& hash);
SHAMapItem::pointer peekItem(const uint256& id, SHAMapTreeNode::TNType& type);
// traverse functions