EOS

eosio

Contract

{
  "name": "powerup_config_resource",
  "base": "",
  "fields": [
    {
      "name": "current_weight_ratio",
      "type": "int64?"
    },
    {
      "name": "target_weight_ratio",
      "type": "int64?"
    },
    {
      "name": "assumed_stake_weight",
      "type": "int64?"
    },
    {
      "name": "target_timestamp",
      "type": "time_point_sec?"
    },
    {
      "name": "exponent",
      "type": "float64?"
    },
    {
      "name": "decay_secs",
      "type": "uint32?"
    },
    {
      "name": "min_price",
      "type": "asset?"
    },
    {
      "name": "max_price",
      "type": "asset?"
    }
  ]
}