Vaulta

blockbaseopr

Contract

  • Table row type of contractst

    {
      "name": "contractst",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "has_chain_started",
          "type": "bool"
        },
        {
          "name": "is_configuration_phase",
          "type": "bool"
        },
        {
          "name": "is_candidature_phase",
          "type": "bool"
        },
        {
          "name": "is_secret_sending_phase",
          "type": "bool"
        },
        {
          "name": "is_ip_sending_phase",
          "type": "bool"
        },
        {
          "name": "is_ip_retrieving_phase",
          "type": "bool"
        },
        {
          "name": "is_production_phase",
          "type": "bool"
        }
      ]
    }