RpcWallet class abstract

Implemented types
Implementers

Constructors

RpcWallet()

Properties

api RpcApi
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isClosed bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeMapping TypeMapping
no setterinherited

Methods

addEntropyStore(String path) Future<void>
close() Future<void>
inherited
convertJson<T>(dynamic json) → T
inherited
createEntropyFile(String passphrase) Future<RpcEntropyFile>
createTxWithPassphrase(RpcTxWithPassphrase tx) Future<void>
deriveAddressByIndex(ViteAddress address, int index) Future<RpcDerivedAddress>
deriveAddressByPath(String path, String bip44Path) Future<RpcDerivedAddress>
deriveAddressesByIndexRange(String path, int startIndex, int endIndex) Future<List<ViteAddress>>
exportMnemonics(String path, String passphrase) Future<String>
findAddress(String path, ViteAddress address) Future<RpcAddressLocation>
getAllEntropyFiles() Future<List<String>>
getEntropyFilesInStandardDir() Future<List<String>>
globalFindAddress(ViteAddress address) Future<RpcAddressLocation>
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(String mnemonic, String passphrase) Future<RpcEntropyFile>
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

Static Properties

factories TypeMapping
final