moneroEd25519Slip property
Configuration for Monero (ed25519 SLIP-0010)
Implementation
final BipCoinConfig moneroEd25519Slip = BipCoinConfig(
coinNames: CoinsConf.moneroMainNet.coinName,
coinIdx: Slip44.monero,
chainType: ChainType.mainnet,
defPath: derPathHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.ed25519,
addressEncoder:
(params, config) =>
throw AddressConverterException(
"Address derivation is not supported using coinConfig. Please use the Monero class instead.",
),
);