KeyringEVMPrivateStore class

Constructors

KeyringEVMPrivateStore()

Properties

contacts List
no setter
currentAddress String?
no setter
externals List
no setter
hashCode int
The hash code for this object.
no setterinherited
list List
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAccount(Map acc) Future<void>
addContact(Map acc) Future<void>
checkSeedExist(EVMKeyType keyType, String address) Future<bool>
deleteAccount(String? address) Future<void>
deleteContact(String address) Future<void>
encryptSeedAndSave(String? address, dynamic seed, dynamic seedType, dynamic password) Future<void>
getDecryptedSeed(String? address, 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
setCurrentAddress(String? address) → 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? address, dynamic passOld, dynamic passNew) Future<void>
updateIconsMap(Map<String, String> data) → void

Operators

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