Vaulta

bitpiedaisiu

Contract

  • Struct property of result

    Table row type of results

    {
      "name": "st_result",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "big_small",
          "type": "uint8"
        },
        {
          "name": "result",
          "type": "uint8"
        },
        {
          "name": "house_seed",
          "type": "checksum256"
        },
        {
          "name": "house_hash",
          "type": "checksum256"
        },
        {
          "name": "user_seed",
          "type": "checksum160"
        },
        {
          "name": "prize",
          "type": "asset"
        },
        {
          "name": "created_at",
          "type": "uint64"
        }
      ]
    }