create_bolt11_invoice_handler

Function create_bolt11_invoice_handler 

Source
pub async fn create_bolt11_invoice_handler<E>(
    __arg0: State<UiState<DynGatewayApi<E>>>,
    _auth: UserAuth,
    __arg2: Form<CreateInvoiceForOperatorPayload>,
) -> Html<String>
where E: Display,