ExtendedKey class
Creates an ExtendedKeyType enum value from its name.
- Implementers
Constructors
- ExtendedKey({required int p2pkh, required int p2sh, int? p2wpkh, int? p2wpkhInP2sh, int? p2wsh, int? p2wshInP2sh})
-
ExtendedKey.fromJson(Map<
String, dynamic> json) -
Creates an ExtendedKey instance from a JSON map.
factory
Properties
Methods
-
getExtended(
ExtendedKeyType type) → String? - Returns an extended key value for the specified key type.
-
getExtendedType(
Uint8List bytes) → ExtendedKeyType? - Returns the ExtendedKeyType for the given bytes.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the ExtendedKey instance to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited