• Parameters

    • sui_amount: string
    • txb: undefined | Transaction = undefined

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