EOS

eosio

Contract

{
  "name": "regproducer",
  "base": "",
  "fields": [
    {
      "name": "producer",
      "type": "name"
    },
    {
      "name": "producer_key",
      "type": "public_key"
    },
    {
      "name": "url",
      "type": "string"
    },
    {
      "name": "location",
      "type": "uint16"
    }
  ]
}