Vaulta

event.velox

Contract

  • Struct property of emitfilled

    {
      "name": "event_order_filled",
      "base": "",
      "fields": [
        {
          "name": "maker_app",
          "type": "name"
        },
        {
          "name": "taker_app",
          "type": "name"
        },
        {
          "name": "pool_id",
          "type": "uint64"
        },
        {
          "name": "taker",
          "type": "subaccount"
        },
        {
          "name": "maker",
          "type": "subaccount"
        },
        {
          "name": "maker_order_id",
          "type": "uint64"
        },
        {
          "name": "maker_order_cid",
          "type": "string"
        },
        {
          "name": "taker_order_id",
          "type": "uint64"
        },
        {
          "name": "taker_order_cid",
          "type": "string"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "taker_is_bid",
          "type": "bool"
        },
        {
          "name": "base_quantity",
          "type": "asset"
        },
        {
          "name": "quote_quantity",
          "type": "asset"
        },
        {
          "name": "taker_fee",
          "type": "fees"
        },
        {
          "name": "maker_fee",
          "type": "fees"
        },
        {
          "name": "time",
          "type": "time_point_sec"
        },
        {
          "name": "maker_removed",
          "type": "bool"
        },
        {
          "name": "maker_status",
          "type": "uint8"
        }
      ]
    }