elrond property
Configuration for Elrond
Implementation
static final BipCoinConfig elrond = BipCoinConfig(
coinNames: CoinsConf.elrond.coinName,
coinIdx: Slip44.elrond,
isTestnet: false,
defPath: derPathHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.ed25519,
addressEncoder: ([dynamic kwargs]) => EgldAddrEncoder(),
addrParams: {},
);