NodeWithAddress class sealed

TODO: Make sure this only has the privateKey when used for signing. Else EpubKey should be used.

Implementers

Constructors

NodeWithAddress.fromChainIndex({required dynamic node, required String address, required int chainIndex, required String derivationPath, required Map<dynamic, String> addresses, dynamic walletPurpose})
factory
NodeWithAddress.fromJson(Map json)
factory

Properties

address String
final
addresses Map<dynamic, String>
final
addressesList List<String>
no setter
bip32Node → dynamic
final
chainIndex int
no setter
derivationPath String
final
hashCode int
The hash code for this object.
no setterinherited
index int
no setter
isNeutered bool
no setter
neutered NodeWithAddress
no setter
publicKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
final
walletPurpose → dynamic
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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