Paralism Node RESTAPI

  1. Home
  2. Docs
  3. Paralism Node RESTAPI
  4. 14 GetStateOfCurrentConsensus Get the current running consensus state

14 GetStateOfCurrentConsensus Get the current running consensus state

*Example: http://127.0.0.1:8080/GetStateOfCurrentConsensus

*Return example:

{
  "curBuddyNo":"",
  "consensusState":"idle"
}
or
{
  "curBuddyNo":"",
  "consensusState":"localBuddy"
}
or
{
  "curBuddyNo":"",
  "consensusState":"globalBuddy"
}
Was this article helpful to you? Yes No