Vaulta

luckyslotpot

Contract

The data structures defined by this contract.

  • Table row type of jackpot

    {
      "name": "jackpot",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "asset"
        }
      ]
    }
  • Action parameter in payjackpot

    {
      "name": "payjackpot",
      "base": "",
      "fields": [
        {
          "name": "slot",
          "type": "name"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "dice",
          "type": "bool"
        }
      ]
    }
  • Action parameter in transfer

    {
      "name": "transfer",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }