Vaulta

uplandnftact

Contract

  • Table row type of asks

    {
      "name": "asks",
      "base": "",
      "fields": [
        {
          "name": "batch_id",
          "type": "uint64"
        },
        {
          "name": "dgood_ids",
          "type": "uint64[]"
        },
        {
          "name": "seller",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "expiration",
          "type": "time_point_sec"
        }
      ]
    }