Vaulta

iamacontract

Contract

  • Table row type of asks

    Table row type of bids

    {
      "name": "order",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "app",
          "type": "name"
        },
        {
          "name": "cid",
          "type": "string"
        },
        {
          "name": "trader",
          "type": "subaccount"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "filled",
          "type": "asset"
        },
        {
          "name": "is_bid",
          "type": "bool"
        }
      ]
    }