PrevUpHomeNext

Consensus::getJson

Get the Json state of the consensus process.

Synopsis
Json::Value
getJson(
    bool full) const;
Description

Called by the consensus_info RPC.

Parameters

Name

Description

full

True if verbose response desired.

Return Value

The Json state.


PrevUpHomeNext