Vaulta

wtoken.ccc

Contract

  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "maximum_supply",
          "type": "asset"
        },
        {
          "name": "token_title",
          "type": "string"
        },
        {
          "name": "token_logo",
          "type": "string"
        },
        {
          "name": "categories",
          "type": "string"
        }
      ]
    }