Vaulta

eostokensdex

Contract

  • Struct property of buyreceipt

    Table row type of buyorder

    {
      "name": "buyorder",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "bid",
          "type": "asset"
        },
        {
          "name": "ask",
          "type": "asset"
        },
        {
          "name": "unit_price",
          "type": "uint128"
        },
        {
          "name": "timestamp",
          "type": "uint32"
        }
      ]
    }