feat(token): add token definition app

This commit is contained in:
Ricardo Guilherme Schmidt
2026-08-20 13:30:33 +02:00
committed by r4bbit
parent 741e72add9
commit b70eeb40b1
35 changed files with 32459 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "TokenUiBackend.h"
// TokenUiBackend is header-only: its constructor and slot forwarders are inline,
// and all wallet behaviour lives in the shared WalletBackendLogic CRTP base
// (apps/common/wallet-ui). This translation unit exists so AUTOMOC compiles the
// generated moc for TokenUiBackend and its vtable is emitted here.