pub async fn create_payjoin(
    invoices: Vec<SatsInvoice>,
    wallet: &Wallet<AnyDatabase>,
    fee_rate: Option<FeeRate>,
    pj_uri: PjUri<'_>
) -> Result<Transaction>