Vaulta

truedexcleos

Contract

  • Table row type of markets

    {
      "name": "market",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "currency",
          "type": "extended_symbol"
        },
        {
          "name": "commodity",
          "type": "extended_symbol"
        },
        {
          "name": "lot",
          "type": "uint8"
        },
        {
          "name": "pricestep",
          "type": "uint8"
        },
        {
          "name": "closed",
          "type": "bool"
        }
      ]
    }