Telos

power.boid

Contract

  • Struct property of configset

    Table row type of pwrconfig

    {
      "name": "PwrConfig",
      "base": "",
      "fields": [
        {
          "name": "paused",
          "type": "bool"
        },
        {
          "name": "consensus",
          "type": "ConsensusConfig"
        },
        {
          "name": "payment",
          "type": "PaymentConfig"
        },
        {
          "name": "slashLow",
          "type": "SlashConfig"
        },
        {
          "name": "slashMed",
          "type": "SlashConfig"
        },
        {
          "name": "slashHigh",
          "type": "SlashConfig"
        },
        {
          "name": "waits",
          "type": "WaitConfig"
        },
        {
          "name": "collateral",
          "type": "CollateralConfig"
        },
        {
          "name": "keep_finalized_stats_rows",
          "type": "uint32"
        },
        {
          "name": "standby_toggle_interval_rounds",
          "type": "uint16"
        },
        {
          "name": "reports_accumulate_weight_round_pct",
          "type": "float32"
        }
      ]
    }