Slip32KeyNetVersions class
A class that represents network versions for SLIP-32 extended keys.
Constructors
- Slip32KeyNetVersions({required String pubNetVar, required String privNetVar})
-
Constructor to create Slip32KeyNetVersions.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- private → String
-
Get the private key network version.
no setter
- privNetVar → String
-
Private key network version
final
- public → String
-
Get the public key network version.
no setter
- pubNetVar → String
-
Public key network version
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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