Vaulta

candy.w

Contract

  • Action parameter in setglobal

    {
      "name": "setglobal",
      "base": "",
      "fields": [
        {
          "name": "transfer_amount",
          "type": "asset"
        },
        {
          "name": "for_special",
          "type": "bool"
        },
        {
          "name": "max_times",
          "type": "uint8"
        },
        {
          "name": "special_max_times",
          "type": "uint8"
        },
        {
          "name": "start_time",
          "type": "time_point"
        },
        {
          "name": "end_time",
          "type": "time_point"
        },
        {
          "name": "morning_low",
          "type": "uint64"
        },
        {
          "name": "morning_up",
          "type": "uint64"
        },
        {
          "name": "afternoon_low",
          "type": "uint64"
        },
        {
          "name": "afternoon_up",
          "type": "uint64"
        },
        {
          "name": "night_low",
          "type": "uint64"
        },
        {
          "name": "night_up",
          "type": "uint64"
        }
      ]
    }