Vaulta

ex.joker

Contract

The data structures defined by this contract.

  • Action parameter in start

    {
      "name": "start",
      "base": "",
      "fields": []
    }
  • Table row type of stats

    {
      "name": "stats",
      "base": "",
      "fields": [
        {
          "name": "started",
          "type": "bool"
        },
        {
          "name": "total",
          "type": "asset"
        }
      ]
    }
  • Action parameter in stop

    {
      "name": "stop",
      "base": "",
      "fields": []
    }