CoinConfig<T extends BaseCoinConfig> class abstract

A base class representing configuration parameters for a cryptocurrency coin.

Implemented types
Implementers

Constructors

CoinConfig()

Properties

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

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