
Table row type of reporters
{ "name": "reporters_row", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "unclaimed_points", "type": "uint64" }, { "name": "total_claimed_points", "type": "uint64" }, { "name": "last_claim_time", "type": "time_point_sec" }, { "name": "weight", "type": "uint8" }, { "name": "unclaimed_fees", "type": "extended_asset[]" } ] }