Vaulta

theconsensus

Contract

  • Table row type of allquestions

    {
      "name": "listquestion",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "author",
          "type": "name"
        },
        {
          "name": "json",
          "type": "string"
        },
        {
          "name": "created_time",
          "type": "time_point_sec"
        },
        {
          "name": "asked_count",
          "type": "uint16"
        },
        {
          "name": "down_votes",
          "type": "uint8"
        },
        {
          "name": "super_down_votes",
          "type": "uint8"
        },
        {
          "name": "total_deposited",
          "type": "asset"
        },
        {
          "name": "total_withdrawn",
          "type": "asset"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "question_bid",
          "type": "asset"
        },
        {
          "name": "score",
          "type": "uint64"
        }
      ]
    }