Vaulta

puppycore125

Contract

  • Table row type of orders

    {
      "name": "order",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "src",
          "type": "uint64"
        },
        {
          "name": "dst",
          "type": "uint64"
        },
        {
          "name": "p",
          "type": "float64"
        },
        {
          "name": "int_p",
          "type": "float64"
        },
        {
          "name": "src_amount",
          "type": "uint64"
        },
        {
          "name": "src_filled",
          "type": "uint64"
        },
        {
          "name": "dst_filled",
          "type": "uint64"
        },
        {
          "name": "ctime",
          "type": "uint64"
        },
        {
          "name": "utime",
          "type": "uint64"
        },
        {
          "name": "etime",
          "type": "uint64"
        },
        {
          "name": "p_depth",
          "type": "int16"
        },
        {
          "name": "p_rev",
          "type": "bool"
        },
        {
          "name": "cancelled",
          "type": "bool"
        }
      ]
    }