Vaulta

blockbaseopr

Contract

  • Table row type of producers

    {
      "name": "producers",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "public_key",
          "type": "string"
        },
        {
          "name": "producer_type",
          "type": "uint8"
        },
        {
          "name": "work_duration_in_seconds",
          "type": "uint64"
        },
        {
          "name": "sidechain_start_date_in_seconds",
          "type": "uint64"
        },
        {
          "name": "is_ready_to_produce",
          "type": "bool"
        }
      ]
    }