WalletManagementUtils class
Constructors
- WalletManagementUtils({required WalletApi walletApi, required WalletKeyApiAlgebra dataApi})
Properties
Methods
-
loadKeys(
String keyfile, String password) → Future< Either< Exception, KeyPair> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readInputFile(
String inputFile) → Future< Either< Exception, VaultStore> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited