elrond property

BipCoinConfig elrond
final

Configuration for Elrond

Implementation

final BipCoinConfig elrond = BipCoinConfig(
  coinNames: CoinsConf.elrond.coinName,
  coinIdx: Slip44.elrond,
  chainType: ChainType.mainnet,
  defPath: derPathHardenedFull,
  keyNetVer: bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.ed25519,
  addressEncoder:
      (params, config) => EgldAddrEncoder().encodeKey(params.pubKey),
);