Vaulta

echanneldtio

Contract

  • Table row type of question

    {
      "name": "question",
      "base": "",
      "fields": [
        {
          "name": "question_key",
          "type": "uint64"
        },
        {
          "name": "body",
          "type": "string"
        },
        {
          "name": "user_key",
          "type": "uint64"
        },
        {
          "name": "pub_key",
          "type": "string"
        },
        {
          "name": "point",
          "type": "uint64"
        },
        {
          "name": "answer_count",
          "type": "uint64"
        },
        {
          "name": "allpoint",
          "type": "uint64"
        },
        {
          "name": "time_stamp",
          "type": "time_point_sec"
        }
      ]
    }