Vaulta

pwrdbyobolus

Contract

  • Struct property of orderbooktable

    {
      "name": "Order",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "isBid",
          "type": "bool"
        },
        {
          "name": "quotePrice",
          "type": "asset"
        },
        {
          "name": "baseVol",
          "type": "asset"
        },
        {
          "name": "boardId",
          "type": "uint64"
        }
      ]
    }