We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
void DocAddBlob(const char* szID, const void* pBlob, uint32_t nBlob);
Emits JSON blob field with name szID, the blob is binary data, the field is hex-encoded string
szID
pBlob
nBlob
ContractID cid = GetContractID(); DocAddBlob("my_cid", &cid, sizeof(cid));
result
"my_cid" : "42dabc5....ee00s7"