SubstrateCoinConf class
A class representing the configuration for a Substrate-based cryptocurrency.
- Implemented types
Constructors
-
SubstrateCoinConf({required CoinNames coinNames, required int ss58Format, required ADDRENCODER<
SubstrateCoinConf> addressEncoder, required EllipticCurveTypes type, required ChainType chainType}) -
Constructor for creating a SubstrateCoinConf instance.
const
-
SubstrateCoinConf.fromCoinConf({required CoinConf coinConf, required ADDRENCODER<
SubstrateCoinConf> addressEncode, required EllipticCurveTypes type, required ChainType chainType}) -
Factory method to create a SubstrateCoinConf from a generic CoinConf.
factory
Properties
-
addressEncoder
→ ADDRENCODER<
SubstrateCoinConf> -
final
- chainType → ChainType
-
final
- coinNames → CoinNames
-
Coin names and symbols
final
- defaultHdKeyDerivator → DefaultHdKeyDerivator?
-
no setteroverride
- hasExtendedKeys → bool
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasWif → bool
-
no setteroverride
- keyNetVer → Bip32KeyNetVersions?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ss58Format → int
-
Address format identifier
final
- type → EllipticCurveTypes
-
final
-
wifNetVer
→ List<
int> ? -
final
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