SubstrateCoinConf class

A class representing the configuration for a Substrate-based cryptocurrency.

Constructors

SubstrateCoinConf({required CoinNames coinNames, required int ss58Format})
Constructor for creating a SubstrateCoinConf instance.
SubstrateCoinConf.fromCoinConf(CoinConf coinConf)
Factory method to create a SubstrateCoinConf from a generic CoinConf.
factory

Properties

addrParams Map<String, int>
Get the Substrate-specific address parameters as a map.
no setter
coinNames CoinNames
Coin names and symbols
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ss58Format int
Address format identifier
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