BipLitecoinConf class

A class representing the configuration for Litecoin (LTC) based on the BIP framework.

Inheritance

Constructors

BipLitecoinConf({required CoinNames coinNames, required int coinIdx, required ChainType chainType, required String defPath, required Bip32KeyNetVersions keyNetVer, required List<int>? wifNetVer, required EllipticCurveTypes type, required ADDRENCODER<BipLitecoinConf> addressEncoder, required Bip32KeyNetVersions altKeyNetVer, bool useAltKeyNetVer = false, bool useDeprAddress = false, Bip32KeyIndex? purpose})
Constructor for BipLitecoinConf.
const

Properties

addressEncoder ADDRENCODER<BipLitecoinConf>
finalinherited
altKeyNetVer Bip32KeyNetVersions
Configuration properties specific to Litecoin.
final
chainType ChainType
finalinherited
coinIdx int
finalinherited
coinNames CoinNames
Configuration properties.
finalinherited
defaultHdKeyDerivator DefaultHdKeyDerivator?
no setteroverride
defPath String
finalinherited
hasExtendedKeys bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasWif bool
no setterinherited
keyNetVer Bip32KeyNetVersions
Overrides the 'keyNetVer' getter to use the alternate key network version when the 'usAltKeyNetVer' flag is set to true.
no setteroverride
purpose Bip32KeyIndex?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type EllipticCurveTypes
finalinherited
useAltKeyNetVer bool
final
useDeprAddress bool
final
wifNetVer List<int>?
finalinherited

Methods

copy({CoinNames? coinNames, int? coinIdx, ChainType? chainType, String? defPath, Bip32KeyNetVersions? keyNetVer, Bip32KeyNetVersions? altKeyNetVer, List<int>? wifNetVer, EllipticCurveTypes? type, ADDRENCODER<BipLitecoinConf>? addressEncoder, bool? useAltKeyNetVer, bool? useDeprAddress, Bip32KeyIndex? purpose}) BipLitecoinConf
Creates a copy of the BipLitecoinConf object with optional properties updated.
override
encodeAddress(EncodeAddressDefaultParams params) String
inherited
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