
Table row type of producers
{ "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": "unreg_reason", "type": "string" }, { "name": "url", "type": "string" }, { "name": "unpaid_blocks", "type": "uint32" }, { "name": "lifetime_produced_blocks", "type": "uint32" }, { "name": "missed_blocks_per_rotation", "type": "uint32" }, { "name": "lifetime_missed_blocks", "type": "uint32" }, { "name": "last_claim_time", "type": "time_point" }, { "name": "location", "type": "uint16" }, { "name": "kick_reason_id", "type": "uint32" }, { "name": "kick_reason", "type": "string" }, { "name": "times_kicked", "type": "uint32" }, { "name": "kick_penalty_hours", "type": "uint32" }, { "name": "last_time_kicked", "type": "block_timestamp_type" }, { "name": "producer_authority", "type": "block_signing_authority$" } ] }