Vaulta

hash.wal

Contract

  • Action parameter in updateprod

    {
      "name": "updateprod",
      "base": "",
      "fields": [
        {
          "name": "product_id",
          "type": "uint64"
        },
        {
          "name": "product_name",
          "type": "string?"
        },
        {
          "name": "adjust_shares",
          "type": "int64?"
        },
        {
          "name": "price",
          "type": "asset?"
        },
        {
          "name": "user_max_shares",
          "type": "int64?"
        },
        {
          "name": "user_min_shares",
          "type": "int64?"
        },
        {
          "name": "effective_delay",
          "type": "uint32?"
        },
        {
          "name": "effective_speed",
          "type": "uint32?"
        },
        {
          "name": "redeem_price",
          "type": "asset?"
        },
        {
          "name": "redeem_period",
          "type": "uint32?"
        },
        {
          "name": "can_redeem_period",
          "type": "uint32?"
        }
      ]
    }