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