ReceiveNode class final
- Inheritance
-
- Object
- NodeWithAddress
- ReceiveNode
Constructors
-
ReceiveNode({BIP32? bip32Node, required String address, required String derivationPath, required Map<
AddressType, String> addresses, required HDWalletPurpose? walletPurpose, required String publicKey}) -
const
Properties
- address → String
-
finalinherited
-
addresses
→ Map<
AddressType, String> -
finalinherited
-
addressesList
→ List<
String> -
no setterinherited
- bip32Node → BIP32?
-
finalinherited
- chainIndex → int
-
no setterinherited
- derivationPath → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
no setterinherited
- isNeutered → bool
-
no setterinherited
- neutered → NodeWithAddress
-
no setterinherited
- publicKey → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → int
-
finalinherited
- walletPurpose → HDWalletPurpose?
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Json -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited