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 BIP32 node, required String address, required int chainIndex, required String derivationPath, required Map<
AddressType, String> addresses, HDWalletPurpose? walletPurpose}) -
factory
- NodeWithAddress.fromJson(Map json)
-
factory
Properties
- address → String
-
final
-
addresses
→ Map<
AddressType, String> -
final
-
addressesList
→ List<
String> -
no setter
- bip32Node → BIP32?
-
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 → HDWalletPurpose?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Json -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited