Function breez_sdk_liquid::get_derivation_path

pub async fn get_derivation_path<S>(
    signer: &S,
    url: Url,
) -> Result<Vec<ChildNumber>, LnUrlError>
where S: LnurlAuthSigner,