Vaulta

hash.wal

Contract

  • Table row type of redeemed

    Table row type of toredeem

    {
      "name": "to_redeem",
      "base": "",
      "fields": [
        {
          "name": "redeem_id",
          "type": "uint64"
        },
        {
          "name": "product_id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "shares",
          "type": "int64"
        },
        {
          "name": "maturity_time",
          "type": "time_point_sec"
        }
      ]
    }