WalletApi class abstract

Implementers

Constructors

WalletApi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEntropyStore(String path) Future<void>
createEntropyFile<T>(String passphrase) Future<T>
createTxWithPassphrase(Map<String, dynamic> tx) Future<void>
deriveAddressByIndex<T>(ViteAddress address, int index) Future<T>
deriveAddressByPath<T>(String path, String bip44Path) Future<T>
deriveAddressesByIndexRange<T>(String path, int startIndex, int endIndex) Future<List<T>>
exportMnemonics(String path, String passphrase) Future<String>
findAddress<T>(String path, ViteAddress address) Future<T>
getAllEntropyFiles() Future<List<String>>
getEntropyFilesInStandardDir() Future<List<String>>
globalFindAddress<T>(ViteAddress address) Future<T>
isUnlocked(ViteAddress address) Future<bool>
lock(String path) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recoverEntropyFile<T>(String mnemonic, String passphrase) Future<T>
toString() String
A string representation of this object.
inherited
unlock(String path, String passphrase) Future<void>

Operators

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