Telos

trees

合约

  • trees 的表格行类型

    {
      "name": "tree",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "is_sponsored",
          "type": "bool"
        },
        {
          "name": "forest_id",
          "type": "uint32"
        },
        {
          "name": "species",
          "type": "string"
        },
        {
          "name": "location",
          "type": "string"
        },
        {
          "name": "image_hash",
          "type": "string"
        },
        {
          "name": "metadata",
          "type": "string"
        }
      ]
    }