hdac SDK
SDK for hdac blockchain development
rawmetadata.h
1 #ifndef RAWMETADATA_H
2 #define RAWMETADATA_H
3 
4 #include <json_spirit/json_spirit.h>
5 #include "script/script.h"
6 struct mc_EntityDetails;
7 
8 CScript ParseRawMetadata(json_spirit::Value param,uint32_t allowed_objects,mc_EntityDetails *given_entity,mc_EntityDetails *found_entity);
9 
10 #endif // RAWMETADATA_H
Definition: asset.h:79
Definition: script.h:336