• Parameters

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

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