EOS

eosio

Contract

{
  "name": "powerup_state",
  "base": "",
  "fields": [
    {
      "name": "version",
      "type": "uint8"
    },
    {
      "name": "net",
      "type": "powerup_state_resource"
    },
    {
      "name": "cpu",
      "type": "powerup_state_resource"
    },
    {
      "name": "powerup_days",
      "type": "uint32"
    },
    {
      "name": "min_powerup_fee",
      "type": "asset"
    }
  ]
}