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
It would be great to have an API call for proxies to set optional additional information about themselves such as name, website, and voting philosophy. This is typically implemented on EOSIO chains on the regproxyinfo account with this contract:
Perhaps for FIO it's a new API endpoint such as /register_proxy_info and it could use the same proxies table but on the eosio account. Using the same table structure will make it easier for existing EOSIO tools and wallets to integrate.
The text was updated successfully, but these errors were encountered:
It would be great to have an API call for proxies to set optional additional information about themselves such as name, website, and voting philosophy. This is typically implemented on EOSIO chains on the
regproxyinfo
account with this contract:https://github.com/AlohaEOS/eos-proxyinfo
Perhaps for FIO it's a new API endpoint such as
/register_proxy_info
and it could use the sameproxies
table but on theeosio
account. Using the same table structure will make it easier for existing EOSIO tools and wallets to integrate.The text was updated successfully, but these errors were encountered: