Vaulta

eosmaxiodice

Contract

  • Action parameter in receipt

    {
      "name": "receipt",
      "base": "",
      "fields": [
        {
          "name": "bet_id",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "referral",
          "type": "name"
        },
        {
          "name": "bet_amt",
          "type": "asset"
        },
        {
          "name": "roll_type",
          "type": "uint64"
        },
        {
          "name": "roll_border",
          "type": "uint64"
        },
        {
          "name": "bet_time",
          "type": "time_point_sec"
        },
        {
          "name": "user_seed",
          "type": "string"
        },
        {
          "name": "combine_seed",
          "type": "string"
        },
        {
          "name": "hash",
          "type": "checksum256"
        },
        {
          "name": "sig",
          "type": "signature"
        },
        {
          "name": "sighash",
          "type": "string"
        },
        {
          "name": "sighashpostfix",
          "type": "string"
        },
        {
          "name": "randnum",
          "type": "uint64"
        },
        {
          "name": "win_asset",
          "type": "asset"
        }
      ]
    }