Vaulta

joulewallets

Contract

  • Table row type of tblorders

    {
      "name": "order_st",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user_name",
          "type": "name"
        },
        {
          "name": "item_id",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "uint16"
        },
        {
          "name": "total_qty",
          "type": "uint32"
        },
        {
          "name": "pend_qty",
          "type": "uint32"
        },
        {
          "name": "pos_type",
          "type": "int8"
        },
        {
          "name": "margin_change",
          "type": "int64"
        },
        {
          "name": "date_time",
          "type": "uint32"
        }
      ]
    }