KeyringEVM class

A KeyringEVM instance maintains the local storage of EVM key-pairs for users. We need to pass the storage instance to WalletSDK's keyringEVM api for account management.

Constructors

KeyringEVM()

Properties

allAccounts List<EthWalletData>
no setter
allWithContacts List<EthWalletData>
no setter
contacts List<EthWalletData>
no setter
current EthWalletData
no setter
externals List<EthWalletData>
no setter
hashCode int
The hash code for this object.
no setterinherited
keyPairs List<EthWalletData>
no setter
optionals List<EthWalletData>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store KeyringEVMPrivateStore
getter/setter pair

Methods

init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCurrent(EthWalletData acc) → void
toString() String
A string representation of this object.
inherited

Operators

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