Vaulta

btexexchange

Contract

  • Table row type of sellorders

    {
      "name": "sell_order",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "c_id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "account_name"
        },
        {
          "name": "price",
          "type": "float64"
        },
        {
          "name": "qty",
          "type": "asset"
        },
        {
          "name": "qty_total",
          "type": "asset"
        },
        {
          "name": "order_time",
          "type": "uint64"
        }
      ]
    }