redeemTx( stSuiAmount: string, txb?: undefined | Transaction, options: { address: string },): Promise< { amountOut: string; coinOut: undefined | TransactionObjectArgument; remainingLSTCoin: undefined | TransactionObjectArgument; tx: Transaction; },> Parameters
- stSuiAmount: string
- txb: undefined | Transaction = undefined
- options: { address: string }
Returns Promise<
{
amountOut: string;
coinOut: undefined
| TransactionObjectArgument;
remainingLSTCoin: undefined | TransactionObjectArgument;
tx: Transaction;
},
>