Vaulta

pddex.dfs

Contract

The data structures defined by this contract.

  • Action parameter in cancel2

    {
      "name": "cancel2",
      "base": "",
      "fields": [
        {
          "name": "pid",
          "type": "uint64"
        },
        {
          "name": "oid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of counts

    {
      "name": "count",
      "base": "",
      "fields": [
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "num",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in del

    {
      "name": "del",
      "base": "",
      "fields": [
        {
          "name": "pid",
          "type": "uint64"
        },
        {
          "name": "oid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in deliver

    {
      "name": "deliver",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "old_bal",
          "type": "asset"
        },
        {
          "name": "contract_out",
          "type": "name"
        },
        {
          "name": "source",
          "type": "name"
        },
        {
          "name": "quantity_in",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in execorder2

    {
      "name": "execorder2",
      "base": "",
      "fields": [
        {
          "name": "pid",
          "type": "uint64"
        },
        {
          "name": "oid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of globals

    {
      "name": "global_var",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "val",
          "type": "uint64"
        }
      ]
    }
  • Table row type of orders2

    {
      "name": "order2",
      "base": "",
      "fields": [
        {
          "name": "oid",
          "type": "uint64"
        },
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "code",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "min_out",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "time",
          "type": "time_point_sec"
        }
      ]
    }