Properties
Private Readonly storageManager
storage
Manager: StorageManager<ACCOUNTS>
Methods
addAccount
-
Parameters
Returns Promise<void>
getAccount
- getAccount(accountIdentifier: string): Promise<undefined | AccountInfo>
-
Parameters
-
accountIdentifier: string
Returns Promise<undefined | AccountInfo>
hasPermission
-
Parameters
Returns Promise<boolean>
removeAccount
- removeAccount(accountIdentifier: string): Promise<void>
-
Parameters
-
accountIdentifier: string
Returns Promise<void>
removeAccounts
- removeAccounts(accountIdentifiers: string[]): Promise<void>
-
Parameters
-
accountIdentifiers: string[]
Returns Promise<void>
removeAllAccounts
- removeAllAccounts(): Promise<void>