ExtendedPrivateKey class

Represents an Extended Private Key that extends ExtendedKey.

Inheritance

Constructors

ExtendedPrivateKey({required int p2pkh, required int p2sh, int? p2wpkh, int? p2wpkhInP2sh, int? p2wsh, int? p2wshInP2sh})
ExtendedPrivateKey.fromJson(Map<String, dynamic> json)
Creates an ExtendedPrivateKey instance from a JSON map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
p2pkh int
finalinherited
p2sh int
finalinherited
p2wpkh int?
finalinherited
p2wpkhInP2sh int?
finalinherited
p2wsh int?
finalinherited
p2wshInP2sh int?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getExtended(ExtendedKeyType type) String?
Returns an extended key value for the specified key type.
inherited
getExtendedType(Uint8List bytes) ExtendedKeyType?
Returns the ExtendedKeyType for the given bytes.
inherited
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.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited