We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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"