BaseBipCoinConfig<CONFIG extends BaseCoinConfig> class abstract

A base class representing configuration parameters for a cryptocurrency coin.

Implemented types
Implementers

Constructors

BaseBipCoinConfig({required CoinNames coinNames, required int coinIdx, required ChainType chainType, required String defPath, required Bip32KeyNetVersions keyNetVer, required List<int>? wifNetVer, required EllipticCurveTypes type, required ADDRENCODER<CONFIG> addressEncoder, Bip32KeyIndex? purpose})
Constructor for BipCoinConfig.
const

Properties

addressEncoder ADDRENCODER<CONFIG>
final
chainType ChainType
final
coinIdx int
final
coinNames CoinNames
Configuration properties.
final
defaultHdKeyDerivator DefaultHdKeyDerivator?
finalinherited
defPath String
final
hasExtendedKeys bool
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
hasWif bool
no setteroverride
keyNetVer Bip32KeyNetVersions
final
purpose Bip32KeyIndex?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type EllipticCurveTypes
final
wifNetVer List<int>?
final

Methods

copy({CoinNames? coinNames, int? coinIdx, ChainType? chainType, String? defPath, Bip32KeyNetVersions? keyNetVer, List<int>? wifNetVer, EllipticCurveTypes? type, ADDRENCODER<CONFIG>? addressEncoder, Bip32KeyIndex? purpose}) BaseBipCoinConfig<CONFIG>
encodeAddress(EncodeAddressDefaultParams params) String
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