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