Function get_invoice

Source
async fn get_invoice(
    __arg0: Extension<Arc<Gateway>>,
    __arg1: Json<GetInvoiceRequest>,
) -> Result<impl IntoResponse, AdminGatewayError>