Vaulta

pixeos1paint

Contract

  • Table row type of pixel

    {
      "name": "pixel",
      "base": "",
      "fields": [
        {
          "name": "x",
          "type": "uint16"
        },
        {
          "name": "y",
          "type": "uint16"
        },
        {
          "name": "t",
          "type": "uint16"
        },
        {
          "name": "o",
          "type": "name"
        },
        {
          "name": "c",
          "type": "uint32"
        }
      ]
    }