
-
{ "name": "forest", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "project_owner", "type": "name" }, { "name": "land_owner", "type": "name" }, { "name": "forest_name", "type": "string" }, { "name": "date_planted", "type": "time_point_sec" }, { "name": "forest_state", "type": "uint8" }, { "name": "area", "type": "asset" }, { "name": "tree_count", "type": "uint32" }, { "name": "sponsored_count", "type": "uint32" }, { "name": "last_expiry", "type": "time_point_sec" }, { "name": "cycle_start", "type": "time_point_sec" }, { "name": "cycle_end", "type": "time_point_sec" }, { "name": "cycle_num", "type": "uint8" }, { "name": "cycle_co2_captured", "type": "asset" }, { "name": "total_co2_captured", "type": "asset" }, { "name": "cycle_co2_claimed", "type": "asset" }, { "name": "total_co2_claimed", "type": "asset" }, { "name": "boundary", "type": "string" }, { "name": "species", "type": "string" }, { "name": "metadata", "type": "string" } ] }