Vaulta

prooperator1

Contract

  • Struct property of createtoken

    {
      "name": "create_token_dto",
      "base": "",
      "fields": [
        {
          "name": "creator",
          "type": "uint64"
        },
        {
          "name": "token_name",
          "type": "symbol_code"
        },
        {
          "name": "title",
          "type": "string"
        },
        {
          "name": "image_uri",
          "type": "string"
        },
        {
          "name": "about_uri",
          "type": "string"
        },
        {
          "name": "weekly_allowance",
          "type": "float64"
        },
        {
          "name": "nonce",
          "type": "uint64"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }