Vaulta

boatwingbett

Contract

  • Table row type of fhreceipt

    {
      "name": "fhReceipt_table",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint64"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "game",
          "type": "string"
        },
        {
          "name": "bet_coin",
          "type": "asset"
        },
        {
          "name": "bet_input",
          "type": "string"
        },
        {
          "name": "result",
          "type": "string"
        },
        {
          "name": "dividend",
          "type": "string"
        },
        {
          "name": "revenue",
          "type": "asset"
        },
        {
          "name": "correct",
          "type": "string"
        },
        {
          "name": "time",
          "type": "string"
        }
      ]
    }