Vaulta

eosdetest111

Contract

  • Action parameter in modsolution

    {
      "name": "modsolution",
      "base": "",
      "fields": [
        {
          "name": "affiliate",
          "type": "name"
        },
        {
          "name": "affiliate_type",
          "type": "uint8"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "solution_name",
          "type": "string"
        },
        {
          "name": "socials",
          "type": "pair_string_string[]"
        },
        {
          "name": "code_type",
          "type": "uint8"
        },
        {
          "name": "contracts",
          "type": "name[]"
        },
        {
          "name": "links_to_code",
          "type": "string[]"
        },
        {
          "name": "affiliates_role",
          "type": "string"
        },
        {
          "name": "affiliate_email",
          "type": "string"
        },
        {
          "name": "category",
          "type": "string"
        },
        {
          "name": "logo_url",
          "type": "string"
        },
        {
          "name": "website",
          "type": "string"
        }
      ]
    }