EOS

eosio

Contract

{
  "name": "producer_info",
  "base": "",
  "fields": [
    {
      "name": "owner",
      "type": "name"
    },
    {
      "name": "total_votes",
      "type": "float64"
    },
    {
      "name": "producer_key",
      "type": "public_key"
    },
    {
      "name": "is_active",
      "type": "bool"
    },
    {
      "name": "url",
      "type": "string"
    },
    {
      "name": "unpaid_blocks",
      "type": "uint32"
    },
    {
      "name": "last_claim_time",
      "type": "time_point"
    },
    {
      "name": "location",
      "type": "uint16"
    },
    {
      "name": "producer_authority",
      "type": "block_signing_authority$"
    }
  ]
}