invoice

Function invoice 

Source
pub(crate) async fn invoice(
    __arg0: Path<String>,
    __arg1: Query<GetInvoiceParams>,
    __arg2: State<AppState>,
) -> Result<Json<LnUrlPayInvoiceResponse>, LnurlError>