Vaulta

boxbeijingpk

Contract

  • Table row type of bet

    {
      "name": "bet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "player_id",
          "type": "uint64"
        },
        {
          "name": "player_name",
          "type": "string"
        },
        {
          "name": "referrer1_id",
          "type": "uint64"
        },
        {
          "name": "referrer2_id",
          "type": "uint64"
        },
        {
          "name": "referrer3_id",
          "type": "uint64"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "note_amount",
          "type": "uint64"
        },
        {
          "name": "num",
          "type": "string"
        },
        {
          "name": "type1",
          "type": "uint32"
        },
        {
          "name": "type2",
          "type": "uint32"
        },
        {
          "name": "rebate",
          "type": "float64"
        }
      ]
    }