Vaulta

prediqtpedia

Contract

  • Table row type of lmtorderno

    Table row type of lmtorderyes

    {
      "name": "limitorder_t",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "created_timestamp",
          "type": "uint32"
        },
        {
          "name": "limit",
          "type": "asset"
        },
        {
          "name": "shares",
          "type": "uint64"
        },
        {
          "name": "isbid",
          "type": "bool"
        },
        {
          "name": "referral",
          "type": "name"
        }
      ]
    }