Telos

ops.bbt

合约

  • 的结构体属性 alterconfig

    configchange 的表格行类型

    {
      "name": "configchange",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "max_payment_per_block_validator_producers",
          "type": "uint64"
        },
        {
          "name": "max_payment_per_block_history_producers",
          "type": "uint64"
        },
        {
          "name": "max_payment_per_block_full_producers",
          "type": "uint64"
        },
        {
          "name": "min_payment_per_block_validator_producers",
          "type": "uint64"
        },
        {
          "name": "min_payment_per_block_history_producers",
          "type": "uint64"
        },
        {
          "name": "min_payment_per_block_full_producers",
          "type": "uint64"
        },
        {
          "name": "min_candidature_stake",
          "type": "uint64"
        },
        {
          "name": "number_of_validator_producers_required",
          "type": "uint32"
        },
        {
          "name": "number_of_history_producers_required",
          "type": "uint32"
        },
        {
          "name": "number_of_full_producers_required",
          "type": "uint32"
        },
        {
          "name": "block_time_in_seconds",
          "type": "uint32"
        },
        {
          "name": "num_blocks_between_settlements",
          "type": "uint32"
        },
        {
          "name": "block_size_in_bytes",
          "type": "uint64"
        },
        {
          "name": "config_changed_time_in_seconds",
          "type": "uint64"
        }
      ]
    }