#ifndef WALLETTOKENDTO_H #define WALLETTOKENDTO_H #include #include #include namespace Wallets { class WalletTokenDto { public: QString name; QString address; QString symbol; int decimals; bool hasIcon; QString color; bool isCustom; float balance; float currencyBalance; }; } // namespace Wallet #endif // WALLETTOKENDTO_H