Vaulta

testdever123

Contract

  • Table row type of shoes

    {
      "name": "shoes",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "req_id",
          "type": "uint64"
        },
        {
          "name": "vid_shoe",
          "type": "string"
        },
        {
          "name": "vid_shoe_index",
          "type": "uint64"
        },
        {
          "name": "round",
          "type": "string"
        },
        {
          "name": "wash_index",
          "type": "uint32"
        },
        {
          "name": "poker_code",
          "type": "string"
        },
        {
          "name": "reveal_index",
          "type": "uint32"
        },
        {
          "name": "tx_id",
          "type": "checksum256"
        }
      ]
    }