Vaulta

cron.eos

Contract

  • Table row type of settings

    {
      "name": "settings",
      "base": "",
      "fields": [
        {
          "name": "max_allowed_actions",
          "type": "uint8"
        },
        {
          "name": "required_exec_permission",
          "type": "permission_level[]"
        },
        {
          "name": "reward_fee_perc",
          "type": "uint8"
        },
        {
          "name": "new_scope_fee",
          "type": "asset"
        },
        {
          "name": "token_contract",
          "type": "name"
        }
      ]
    }