• Parameters

    • stSuiAmount: string
    • txb: undefined | Transaction = undefined
    • options: { address: string }

    Returns Promise<
        {
            amountOut: string;
            coinOut: TransactionObjectArgument
            | undefined;
            remainingLSTCoin: TransactionObjectArgument | undefined;
            tx: Transaction;
        },
    >