redeem_rob
Generate unsigned Cardano transactions to redeem iAssets against ROB positions for client-side signing within the Indigo Protocol ecosystem.
Instructions
Redeem iAssets against one or more ROB positions. Returns an unsigned transaction (CBOR hex) for client-side signing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | User Cardano bech32 address | |
| redemptionRobs | Yes | Array of ROB positions and amounts to redeem against | |
| priceOracleTxHash | Yes | Transaction hash of the price oracle UTxO | |
| priceOracleOutputIndex | Yes | Output index of the price oracle UTxO | |
| iassetTxHash | Yes | Transaction hash of the iAsset UTxO | |
| iassetOutputIndex | Yes | Output index of the iAsset UTxO |