
treeowners 的表格行类型
{ "name": "treeowner", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "forest_id", "type": "uint32" }, { "name": "owner", "type": "name" }, { "name": "tree_count", "type": "uint32" }, { "name": "cycle_issued", "type": "uint8" }, { "name": "last_update", "type": "time_point_sec" }, { "name": "tree_sec", "type": "uint64" } ] }