Searched refs:chainInfoObject (Results 1 – 13 of 13) sorted by relevance
289 UniValue chainInfoObject = getblockchaininfo(rpcParams, false); in rest_chaininfo() local290 string strJSON = chainInfoObject.write() + "\n"; in rest_chaininfo()
282 UniValue chainInfoObject = getblockchaininfo(jsonRequest); in rest_chaininfo() local283 std::string strJSON = chainInfoObject.write() + "\n"; in rest_chaininfo()
302 UniValue chainInfoObject = getblockchaininfo(jsonRequest); in rest_chaininfo() local303 std::string strJSON = chainInfoObject.write() + "\n"; in rest_chaininfo()
353 UniValue chainInfoObject = getblockchaininfo().HandleRequest(jsonRequest); in rest_chaininfo() local354 std::string strJSON = chainInfoObject.write() + "\n"; in rest_chaininfo()
370 UniValue chainInfoObject = getblockchaininfo().HandleRequest(jsonRequest); in rest_chaininfo() local371 std::string strJSON = chainInfoObject.write() + "\n"; in rest_chaininfo()