You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
To specify producer location there are some id numbers used.
The question is where to get those id's?
Have tried to use https://api1.eosdublin.io/v1/chain/get_table_rows with body {"json":true,"code":"eosio","scope":"eosio","table":"locations","table_key":"","limit":500}
but table with this name is missing. May be there is some way to see all tables list?
The text was updated successfully, but these errors were encountered:
You may simply use cleos --print-response system listproducers, which gives you the detailed producer information as JSON, immediately followed by the human readable form. Note that the full registered producers list is long enough that the response is automatically limited in length to 50 entries at a time.
To specify producer location there are some id numbers used.
The question is where to get those id's?
Have tried to use https://api1.eosdublin.io/v1/chain/get_table_rows with body
{"json":true,"code":"eosio","scope":"eosio","table":"locations","table_key":"","limit":500}
but table with this name is missing. May be there is some way to see all tables list?
The text was updated successfully, but these errors were encountered: