Vaulta

bcgameeoswin

Contract

The data structures defined by this contract.

  • Table row type of global

    {
      "name": "global",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of player1

    {
      "name": "player",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "remark",
          "type": "string"
        }
      ]
    }
  • Action parameter in reality

    {
      "name": "reality",
      "base": "",
      "fields": [
        {
          "name": "maxid",
          "type": "string"
        }
      ]
    }