addedInput schema / properties / asset
Added value: +{
+ "description": "iAsset being redeemed against the ROB positions",
+ "enum": [
+ "iUSD",
+ "iBTC",
+ "iETH",
+ "iSOL",
+ "iEUR",
+ "iJPY",
+ "iADA"
+ ],
+ "type": "string"
+}
removedInput schema / properties / iassetOutputIndex
Removed value: -{
- "description": "Output index of the iAsset UTxO",
- "type": "number"
-}
removedInput schema / properties / iassetTxHash
Removed value: -{
- "description": "Transaction hash of the iAsset UTxO",
- "type": "string"
-}
removedInput schema / properties / priceOracleOutputIndex
Removed value: -{
- "description": "Output index of the price oracle UTxO",
- "type": "number"
-}
removedInput schema / properties / priceOracleTxHash
Removed value: -{
- "description": "Transaction hash of the price oracle UTxO",
- "type": "string"
-}
addedInput schema / properties / redemptionRobs / items / properties / amount
Added value: +{
+ "description": "Payout amount for this redemption (iAssets for buy orders, collateral for sell orders)",
+ "type": "string"
+}
removedInput schema / properties / redemptionRobs / items / properties / iAssetAmount
Removed value: -{
- "description": "Amount of iAssets to redeem against this ROB",
- "type": "string"
-}
changedInput schema / properties / redemptionRobs / items / required
Previous value: -[
- "txHash",
- "outputIndex",
- "iAssetAmount"
-]New value: +[
+ "txHash",
+ "outputIndex",
+ "amount"
+]
changedInput schema / required
Previous value: -[
- "address",
- "redemptionRobs",
- "priceOracleTxHash",
- "priceOracleOutputIndex",
- "iassetTxHash",
- "iassetOutputIndex"
-]New value: +[
+ "address",
+ "asset",
+ "redemptionRobs"
+]