Vaulta

event.velox

Contract

  • Struct property of emitremoved

    {
      "name": "event_order_removed",
      "base": "",
      "fields": [
        {
          "name": "app",
          "type": "name"
        },
        {
          "name": "pool_id",
          "type": "uint64"
        },
        {
          "name": "order_id",
          "type": "uint64"
        },
        {
          "name": "order_cid",
          "type": "string"
        },
        {
          "name": "is_bid",
          "type": "bool"
        },
        {
          "name": "trader",
          "type": "subaccount"
        },
        {
          "name": "original_quantity",
          "type": "asset"
        },
        {
          "name": "removed_base_quantity",
          "type": "asset"
        },
        {
          "name": "time",
          "type": "time_point_sec"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "reason",
          "type": "uint8"
        }
      ]
    }