Ledger functions to handle transaction metadata.

This commit is contained in:
JoelKatz
2012-09-12 18:40:16 -07:00
parent 1ba5b02f14
commit d2336e3eea
5 changed files with 66 additions and 4 deletions

View File

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