KeyringPrivateStore class

Constructors

KeyringPrivateStore(List<int> ss58List)

Properties

contacts List
no setter
currentPubKey String?
no setter
externals List
no setter
hashCode int
The hash code for this object.
no setterinherited
list List
no setter
pubKeyAddressMap Map<String, Map>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ss58 int?
getter/setter pair
ss58List List<int>
final

Methods

addAccount(Map acc) Future<void>
addContact(Map acc) Future<void>
checkSeedExist(KeyType keyType, String pubKey) Future<bool>
deleteAccount(String? pubKey) Future<void>
deleteContact(String pubKey) Future<void>
encryptSeedAndSave(String? pubKey, dynamic seed, dynamic seedType, dynamic password) Future<void>
getDecryptedSeed(String? pubKey, dynamic password) Future<Map<String, dynamic>?>
init() Future<void>
the GetStorage package needs to be initiated before use.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCurrentPubKey(String? pubKey) → void
toString() String
A string representation of this object.
inherited
updateAccount(Map acc, {bool isExternal = false}) Future<void>
updateContact(Map acc) Future<void>
updateEncryptedSeed(String? pubKey, dynamic passOld, dynamic passNew) Future<void>
updateIconsMap(Map<String, String> data) → void
updateIndicesMap(Map<String, Map> data) → void
updatePubKeyAddressMap(Map<String, Map> data) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited