1
In the bitcoin source code you can see a lot of objects of type UniValue, particularly in the miner.cpp and rpc/mining.cpp. What is the utility of this UniValue object? Is it used to update the blockchain, or simply to return a message to a miner in their console?
Thanks, what do you mean by
external utilities– Barney Chambers – 2018-01-02T10:45:24.320Anything that wants to communicate with Bitcoin Core. – Pieter Wuille – 2018-01-02T11:11:01.710