Vaulta

gravygateway

Contract

  • Table row type of buyorder

    Table row type of sellorder

    {
      "name": "order",
      "base": "",
      "fields": [
        {
          "name": "order_id",
          "type": "uint64"
        },
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "type",
          "type": "uint8"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "placed_time",
          "type": "time_point_sec"
        },
        {
          "name": "remain_quantity",
          "type": "asset"
        },
        {
          "name": "remain_convert",
          "type": "asset"
        },
        {
          "name": "price",
          "type": "float64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "count",
          "type": "uint8"
        },
        {
          "name": "crosschain",
          "type": "uint8"
        },
        {
          "name": "ext1",
          "type": "uint64"
        },
        {
          "name": "extstr",
          "type": "string"
        }
      ]
    }