Unicove
전송 스테이킹RAM설정
Vaulta

dex.wal

Contract

  • Overview
  • Actions (11)
  • Structs (20)
  • Tables (9)
  • ABI
    • order_book

      Table row type of orderbook

      {
        "name": "order_book",
        "base": "",
        "fields": [
          {
            "name": "id",
            "type": "uint64"
          },
          {
            "name": "pair_id",
            "type": "uint64"
          },
          {
            "name": "side",
            "type": "uint8"
          },
          {
            "name": "price",
            "type": "uint64"
          },
          {
            "name": "quantity",
            "type": "asset"
          }
        ]
      }