Updated on 2026-08-14
This commit is contained in:
parent
316b2551a5
commit
8bef686eeb
34 changed files with 661 additions and 69 deletions
|
|
@ -63,15 +63,15 @@ class ActionListFragment : BaseFragment() {
|
|||
ActionType.Scan,
|
||||
ActionType.Sign,
|
||||
ActionType.Personalize,
|
||||
ActionType.Depersonalize
|
||||
// ActionType.CreateWallet,
|
||||
// ActionType.PurgeWallet,
|
||||
// ActionType.ReadIssuerData,
|
||||
// ActionType.WriteIssuerData,
|
||||
// ActionType.ReadIssuerExData,
|
||||
// ActionType.WriteIssuerExData,
|
||||
// ActionType.ReadUserData,
|
||||
// ActionType.WriteUserData
|
||||
ActionType.Depersonalize,
|
||||
ActionType.CreateWallet,
|
||||
ActionType.PurgeWallet,
|
||||
ActionType.ReadIssuerData,
|
||||
ActionType.WriteIssuerData,
|
||||
ActionType.ReadIssuerExData,
|
||||
ActionType.WriteIssuerExData,
|
||||
ActionType.ReadUserData,
|
||||
ActionType.WriteUserData
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue