WalletManagementUtils class

Constructors

WalletManagementUtils({required WalletApi walletApi, required WalletKeyApiAlgebra dataApi})

Properties

dataApi → WalletKeyApiAlgebra
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
walletApi → WalletApi
final

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