Vaulta

onedex123451

Contract

  • Table row type of orders

    {
      "name": "orders",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "maker",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "source",
          "type": "name"
        },
        {
          "name": "uuid",
          "type": "uint64"
        }
      ]
    }