Telos

snapshots.tf

合约

  • snapmeta 的表格行类型

    {
      "name": "snapshot",
      "base": "",
      "fields": [
        {
          "name": "snapshot_id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "snapshot_block",
          "type": "uint64"
        },
        {
          "name": "expire_block",
          "type": "uint64"
        },
        {
          "name": "last_updated",
          "type": "uint32"
        },
        {
          "name": "max_supply",
          "type": "uint64"
        }
      ]
    }