2023-11-28 19:16:18 +00:00
|
|
|
import QtQuick 2.15
|
|
|
|
|
|
|
|
QtObject {
|
|
|
|
id: root
|
2024-03-19 23:34:25 +00:00
|
|
|
|
2024-05-28 17:39:41 +00:00
|
|
|
property var plainTokensBySymbolModel
|
2024-07-05 12:49:31 +00:00
|
|
|
property bool showCommunityAssetsInSend
|
2024-05-28 17:39:41 +00:00
|
|
|
property bool displayAssetsBelowBalance
|
2024-03-19 23:34:25 +00:00
|
|
|
property var getDisplayAssetsBelowBalanceThresholdDisplayAmount
|
2024-05-28 17:39:41 +00:00
|
|
|
property double tokenListUpdatedAt
|
2023-11-28 19:16:18 +00:00
|
|
|
}
|