• Parameters

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

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