Vaulta

boatwingbett

Contract

  • Action parameter in fhreceipt

    {
      "name": "fhreceipt",
      "base": "",
      "fields": [
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "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"
        }
      ]
    }