EOSIO / eos

An open source smart contract platform

Home Page:https://developers.eos.io/manuals/eos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The description of the document about "get_producers" in chain api is incorrect

zsh9527 opened this issue · comments

commented

post v1/chain/get_producers
resp

struct get_producer_schedule_result {
      fc::variant active;
      fc::variant pending;
      fc::variant proposed;
   };