adjust_staking_position
Adjust an existing INDY staking position by adding or removing INDY, and get an unsigned transaction for client-side signing.
Instructions
Adjust an existing INDY staking position (add or remove INDY). Returns an unsigned transaction (CBOR hex) for client-side signing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | INDY amount to adjust (positive = stake more, negative = unstake) | |
| address | Yes | User Cardano bech32 address | |
| positionTxHash | Yes | Transaction hash of the staking position UTxO | |
| positionOutputIndex | Yes | Output index of the staking position UTxO |