Vaulta

wedicedapper

Contract

The data structures defined by this contract.

  • Action parameter in welcome

    {
      "name": "welcome",
      "base": "",
      "fields": [
        {
          "name": "hello",
          "type": "name"
        },
        {
          "name": "game",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in yell

    {
      "name": "yell",
      "base": "",
      "fields": [
        {
          "name": "hello",
          "type": "name"
        },
        {
          "name": "game",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }