Vaulta

pools.start

Contract

  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "admin",
          "type": "name"
        },
        {
          "name": "platform_token",
          "type": "extended_symbol"
        },
        {
          "name": "listing_fee",
          "type": "asset"
        },
        {
          "name": "premium_access_fee",
          "type": "asset"
        },
        {
          "name": "social_fee",
          "type": "asset"
        },
        {
          "name": "fee_account",
          "type": "name"
        },
        {
          "name": "success_fee",
          "type": "double_t"
        },
        {
          "name": "stake_reward_account",
          "type": "name"
        },
        {
          "name": "website",
          "type": "string"
        },
        {
          "name": "contact",
          "type": "string"
        },
        {
          "name": "sourcecode",
          "type": "string"
        },
        {
          "name": "enabled",
          "type": "bool"
        }
      ]
    }