harmonyOneEth property

BipCoinConfig harmonyOneEth
final

Configuration for Harmony One (Ethereum address)

Implementation

final BipCoinConfig harmonyOneEth = BipCoinConfig(
  coinNames: CoinsConf.harmonyOne.coinName,
  coinIdx: Slip44.harmonyOne,
  chainType: ChainType.mainnet,
  defPath: derPathNonHardenedFull,
  keyNetVer: bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.secp256k1,
  addressEncoder:
      (params, config) => EthAddrEncoder().encodeKey(params.pubKey),
);