-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathpopup-id.enum.ts
53 lines (53 loc) · 2.03 KB
/
popup-id.enum.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
export enum PopupId {
AccountSwitcher = 'accountSwitcher',
ActivityDetails = 'activityDetails',
AddNode = 'addNode',
AddProposal = 'addProposal',
AddressHistory = 'addressHistory',
AliasConfirmation = 'aliasConfirmation',
BackupStronghold = 'backupStronghold',
BurnNativeTokens = 'burnNativeTokens',
BurnNativeTokensConfirmation = 'burnNativeTokensConfirmation',
CheckForUpdates = 'checkForUpdates',
Confirmation = 'confirmation',
ConnectLedger = 'connectLedger',
CreateAccount = 'createAccount',
DeepLinkError = 'deepLinkError',
DeleteAccount = 'deleteAccount',
DeleteProfile = 'deleteProfile',
Diagnostics = 'diagnostics',
EnableLedgerBlindSigning = 'enableLedgerBlindSigning',
ErrorLog = 'errorLog',
FaucetRequest = 'faucetRequest',
LedgerAppGuide = 'ledgerAppGuide',
LedgerConnection = 'ledgerConnection',
LegalUpdate = 'legalUpdate',
ManageAccount = 'manageAccount',
ManageVotingPower = 'manageVotingPower',
MetricSystemInfo = 'metricSystemInfo',
MintNativeTokenConfirmation = 'mintNativeTokenConfirmation',
MintNativeTokenForm = 'mintNativeTokenForm',
MintNftConfirmation = 'mintNftConfirmation',
MintNftForm = 'mintNftForm',
NodeAuthRequired = 'nodeAuthRequired',
NodeInfo = 'nodeInfo',
ReceiveAddress = 'receiveAddress',
RemoveNode = 'removeNode',
RemoveProposal = 'removeProposal',
Revote = 'revote',
SendConfirmation = 'sendConfirmation',
SendForm = 'sendForm',
StopVoting = 'stopVoting',
BalanceBreakdown = 'balanceBreakdown',
TestDeepLinkForm = 'testDeepLinkForm',
TokenInformation = 'tokenInformation',
UnlockStronghold = 'unlockStronghold',
VerifyLedgerTransaction = 'verifyLedgerTransaction',
VoteForProposal = 'voteForProposal',
VotingPowerToZero = 'votingPowerToZero',
BalanceFinder = 'balanceFinder',
VestingCollect = 'vestingCollect',
PayoutDetails = 'payoutDetails',
VestingRewardsFinder = 'vestingRewardsFinder',
WithdrawFromL2 = 'withdrawFromL2',
}