Vaulta

newdexpublic

Contract

  • Table row type of crossorder

    {
      "name": "cross_order",
      "base": "",
      "fields": [
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "order_id",
          "type": "uint64"
        },
        {
          "name": "is_buy",
          "type": "bool"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "update_time",
          "type": "time_point_sec"
        }
      ]
    }