ElectrumV2Base class abstract
An abstract base class for Electrum V2 implementations
- Implementers
Constructors
Properties
- bip32 → Bip32Slip10Secp256k1
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isPublicOnly → bool
-
no setter
- masterPrivateKey → Bip32PrivateKey
-
Get the master private key.
no setter
- masterPublicKey → Bip32PublicKey
-
Get the master public key.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAddress(
int changeIndex, int addressIndex) → String - Get the address for a specific change and address index.
-
getPrivateKey(
int changeIndex, int addressIndex) → Bip32PrivateKey - Get a specific private key based on change and address indexes.
-
getPublicKey(
int changeIndex, int addressIndex) → Bip32PublicKey - Get a specific public key based on change and address indexes.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited