Vaulta

eospokerprod

Contract

The data structures defined by this contract.

  • Action parameter in remove

    {
      "name": "remove",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "round",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in removemany

    {
      "name": "removemany",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "maxcount",
          "type": "uint64"
        }
      ]
    }
  • Table row type of seed

    {
      "name": "seed",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "seed_list",
          "type": "string"
        },
        {
          "name": "hash_list",
          "type": "string"
        }
      ]
    }
  • Action parameter in set

    {
      "name": "set",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "seed_list",
          "type": "string"
        },
        {
          "name": "hash_list",
          "type": "string"
        }
      ]
    }