MoneroCoinConf class

Configuration class for Monero-based cryptocurrencies, specifying various parameters such as network versions, address types, and coin names.

Implemented types

Constructors

MoneroCoinConf.fromCoinConf({required CoinConf coinConf, required ChainType chainType})
MoneroCoinConf from coinConf
factory

Properties

addressEncoder AddrEncoder
no setteroverride
addrNetVer List<int>
final
addrParams Map<String, List<int>>
address parameters
final
chainType ChainType
final
coinNames CoinNames
Base Configuration properties.
final
hasExtendedKeys bool
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
hasWif bool
no setteroverride
intAddrNetVer List<int>
final
keyNetVer Bip32KeyNetVersions?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subaddrNetVer List<int>
final
type EllipticCurveTypes
no setteroverride
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