Vaulta

hash.wal

Contract

  • Extends base type of products

    Table row type of products2

    {
      "name": "products2",
      "base": "products",
      "fields": [
        {
          "name": "redeem_contract",
          "type": "name"
        },
        {
          "name": "redeem_price",
          "type": "asset"
        },
        {
          "name": "can_redeem_shares",
          "type": "int64"
        },
        {
          "name": "user_min_shares",
          "type": "int64"
        },
        {
          "name": "purchase_fee_ratio",
          "type": "int16"
        },
        {
          "name": "redeem_fee_ratio",
          "type": "int16"
        },
        {
          "name": "can_redeem_period",
          "type": "int64"
        },
        {
          "name": "reserve_2",
          "type": "int64"
        }
      ]
    }