Vaulta

felixballeos

Contract

  • Action parameter in bitreceipt

    {
      "name": "bitreceipt",
      "base": "",
      "fields": [
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "bet_amount",
          "type": "asset"
        },
        {
          "name": "bet_time",
          "type": "time_point_sec"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "number",
          "type": "uint8"
        },
        {
          "name": "exchange",
          "type": "uint8"
        },
        {
          "name": "distribution",
          "type": "float32"
        },
        {
          "name": "bet_oddeven",
          "type": "uint8"
        },
        {
          "name": "bet_overunder",
          "type": "uint8"
        },
        {
          "name": "bet_exchange",
          "type": "uint8"
        },
        {
          "name": "prize",
          "type": "asset"
        }
      ]
    }