1#ifndef XRPL_NODESTORE_DECODEDBLOB_H_INCLUDED 
    2#define XRPL_NODESTORE_DECODEDBLOB_H_INCLUDED 
    4#include <xrpl/nodestore/NodeObject.h> 
   23    DecodedBlob(
void const* key, 
void const* value, 
int valueBytes);
 
 
Parsed key/value blob into NodeObject components.
 
NodeObjectType m_objectType
 
std::shared_ptr< NodeObject > createObject()
Create a NodeObject from this data.
 
unsigned char const  * m_objectData
 
bool wasOk() const noexcept
Determine if the decoding was successful.
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
NodeObjectType
The types of node objects.